Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696723406:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1696723423:prepare_executor section_start:1696723423:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1696723427:prepare_script section_start:1696723427:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out b583cb81 as master... Removing test-lisp-textmodes-inotify-03196fca/ Skipping Git submodules setup section_end:1696723464:get_sources section_start:1696723464:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 29 Running: 4 Paused: 0 Stopped: 25 Images: 8 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-b583cb81c90ee452c754777e33571dbd23f159ff/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #2 [internal] load .dockerignore #2 ... #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB done #1 DONE 1.9s #2 [internal] load .dockerignore #2 transferring context: #2 transferring context: 2B 0.1s done #2 DONE 2.1s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 5.9s #11 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #11 DONE 0.0s #12 [internal] load build context #12 DONE 0.0s #12 [internal] load build context #12 transferring context: #12 ... #4 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #4 CACHED #12 [internal] load build context #12 transferring context: 32.65MB 5.0s #12 transferring context: 98.77MB 10.1s #12 transferring context: 139.61MB 15.1s #12 transferring context: 147.15MB 20.2s #12 transferring context: 164.90MB 25.4s #12 transferring context: 167.10MB 30.4s #12 transferring context: 190.44MB 35.4s #12 transferring context: 196.49MB 40.6s #12 transferring context: 215.53MB 45.6s #12 transferring context: 233.06MB 50.7s #12 transferring context: 242.22MB 58.6s #12 transferring context: 252.24MB 63.8s #12 transferring context: 271.51MB 69.0s #12 transferring context: 288.45MB 74.1s #12 transferring context: 301.33MB 76.4s done #12 DONE 83.1s #5 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #5 CACHED #6 [emacs-gnustep 2/6] COPY . /checkout #6 DONE 97.4s #7 [emacs-gnustep 3/6] WORKDIR /checkout #7 DONE 3.4s #8 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #8 2.530 Checking whether you have the necessary tools... #8 2.530 (Read INSTALL.REPO for more details on building Emacs) #8 2.538 Checking for autoconf (need at least version 2.65) ... ok #8 2.684 Your system has the required tools. #8 2.722 Building aclocal.m4 ... #8 2.733 Running 'autoreconf -fi -I m4' ... #8 22.97 Building 'aclocal.m4' in exec ... #8 22.99 Running 'autoreconf -fi' in exec ... #8 30.60 You can now run './autogen.sh git'. #8 DONE 31.1s #9 [emacs-gnustep 5/6] RUN ./configure --with-ns #9 2.985 checking for xcrun... no #9 2.985 checking for GNU Make... make #9 3.131 checking build system type... x86_64-pc-linux-gnu #9 4.221 checking host system type... x86_64-pc-linux-gnu #9 4.385 checking for gcc... gcc #9 4.681 checking whether the C compiler works... yes #9 5.481 checking for C compiler default output file name... a.out #9 5.487 checking for suffix of executables... #9 5.905 checking whether we are cross compiling... no #9 6.429 checking for suffix of object files... o #9 6.631 checking whether we are using the GNU C compiler... yes #9 6.845 checking whether gcc accepts -g... yes #9 7.040 checking for gcc option to enable C11 features... none needed #9 7.817 checking whether the compiler is clang... no #9 8.044 checking for compiler option needed when checking for declarations... none #9 8.044 checking whether gcc and cc understand -c and -o together... yes #9 9.072 checking how to run the C preprocessor... gcc -E #9 9.817 checking for grep that handles long lines and -e... /bin/grep #9 9.853 checking for egrep... /bin/grep -E #9 9.862 checking for ANSI C header files... yes #9 11.23 checking for sys/types.h... yes #9 11.60 checking for sys/stat.h... yes #9 11.97 checking for stdlib.h... yes #9 12.16 checking for string.h... yes #9 12.50 checking for memory.h... yes #9 12.96 checking for strings.h... yes #9 13.37 checking for inttypes.h... yes #9 13.79 checking for stdint.h... yes #9 14.13 checking for unistd.h... yes #9 14.51 checking for wchar.h... yes #9 14.90 checking for minix/config.h... no #9 15.27 checking for linux/fs.h... yes #9 15.75 checking for malloc.h... yes #9 16.28 checking for sys/systeminfo.h... no #9 16.67 checking for sys/sysinfo.h... yes #9 17.03 checking for coff.h... no #9 17.40 checking for pty.h... yes #9 18.01 checking for sys/resource.h... yes #9 18.54 checking for sys/utsname.h... yes #9 18.99 checking for pwd.h... yes #9 19.23 checking for util.h... no #9 19.60 checking for sanitizer/lsan_interface.h... yes #9 20.09 checking for sanitizer/asan_interface.h... yes #9 20.49 checking for sanitizer/common_interface_defs.h... yes #9 20.84 checking for sys/socket.h... yes #9 21.22 checking for stdlib.h... (cached) yes #9 21.30 checking for unistd.h... (cached) yes #9 21.43 checking for sys/param.h... yes #9 22.01 checking for pthread.h... yes #9 22.45 checking for malloc/malloc.h... no #9 22.85 checking for sys/un.h... yes #9 23.09 checking for utmp.h... yes #9 23.48 checking for utmpx.h... yes #9 23.72 checking for OS.h... no #9 23.95 checking for dirent.h... yes #9 24.10 checking for execinfo.h... yes #9 24.40 checking for linux/xattr.h... yes #9 24.70 checking for stdio_ext.h... yes #9 25.14 checking for sys/vfs.h... yes #9 25.44 checking for sys/fs_types.h... no #9 25.72 checking for getopt.h... yes #9 26.02 checking for sys/cdefs.h... yes #9 26.29 checking for sys/time.h... yes #9 26.50 checking for ieee754.h... yes #9 26.78 checking for limits.h... yes #9 27.04 checking for inttypes.h... (cached) yes #9 27.10 checking for sys/types.h... (cached) yes #9 27.14 checking for stdint.h... (cached) yes #9 27.18 checking for sys/select.h... yes #9 27.49 checking for stdbool.h... yes #9 27.72 checking for stdckdint.h... no #9 27.92 checking for sys/random.h... yes #9 28.25 checking for sys/stat.h... (cached) yes #9 28.28 checking whether it is safe to define __EXTENSIONS__... yes #9 28.58 checking whether _XOPEN_SOURCE should be defined... no #9 28.75 checking for Minix Amsterdam compiler... no #9 28.83 checking for ar... ar #9 28.84 checking for ranlib... ranlib #9 28.84 checking for gcc option to enable large file support... none needed #9 29.28 checking for gcc option for timestamps after 2038... none needed #9 29.58 checking for g++... g++ #9 29.83 checking whether we are using the GNU C++ compiler... yes #9 30.51 checking whether g++ accepts -g... yes #9 30.77 checking for g++ option to enable C++11 features... none needed #9 58.42 checking how to run the C++ preprocessor... g++ -E #9 58.78 checking whether gcc accepts -g3 -O2... yes #9 59.06 checking whether the compiler is clang... no #9 59.32 checking whether C compiler handles -Werror -Wunknown-warning-option... no #9 59.52 checking whether -Wno-missing-field-initializers is needed... yes #9 60.04 checking whether -Wuninitialized is supported... yes #9 60.25 checking whether C compiler handles -fstrict-flex-arrays... no #9 60.34 checking whether C compiler handles -Wall... yes #9 60.67 checking whether C compiler handles -Warith-conversion... yes #9 61.12 checking whether C compiler handles -Wdate-time... yes #9 61.43 checking whether C compiler handles -Wdisabled-optimization... yes #9 61.77 checking whether C compiler handles -Wdouble-promotion... yes #9 62.10 checking whether C compiler handles -Wduplicated-cond... yes #9 62.39 checking whether C compiler handles -Wextra... yes #9 62.68 checking whether C compiler handles -Wformat-signedness... yes #9 63.06 checking whether C compiler handles -Winit-self... yes #9 63.38 checking whether C compiler handles -Winvalid-pch... yes #9 63.65 checking whether C compiler handles -Wlogical-op... yes #9 64.01 checking whether C compiler handles -Wmissing-declarations... yes #9 64.56 checking whether C compiler handles -Wmissing-include-dirs... yes #9 64.84 checking whether C compiler handles -Wmissing-prototypes... yes #9 65.19 checking whether C compiler handles -Wnested-externs... yes #9 65.59 checking whether C compiler handles -Wnull-dereference... yes #9 65.86 checking whether C compiler handles -Wold-style-definition... yes #9 66.15 checking whether C compiler handles -Wopenmp-simd... yes #9 66.52 checking whether C compiler handles -Wpacked... yes #9 66.80 checking whether C compiler handles -Wpointer-arith... yes #9 67.15 checking whether C compiler handles -Wstrict-flex-arrays... no #9 67.30 checking whether C compiler handles -Wstrict-prototypes... yes #9 67.48 checking whether C compiler handles -Wsuggest-attribute=format... yes #9 67.93 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #9 68.42 checking whether C compiler handles -Wsuggest-final-methods... yes #9 68.77 checking whether C compiler handles -Wsuggest-final-types... yes #9 69.15 checking whether C compiler handles -Wtrampolines... yes #9 69.44 checking whether C compiler handles -Wuninitialized... yes #9 69.72 checking whether C compiler handles -Wunknown-pragmas... yes #9 69.98 checking whether C compiler handles -Wunused-macros... yes #9 70.30 checking whether C compiler handles -Wvariadic-macros... yes #9 70.60 checking whether C compiler handles -Wvector-operation-performance... yes #9 70.96 checking whether C compiler handles -Wwrite-strings... yes #9 71.45 checking whether C compiler handles -Warray-bounds=2... yes #9 71.70 checking whether C compiler handles -Wattribute-alias=2... yes #9 72.01 checking whether C compiler handles -Wformat=2... yes #9 72.43 checking whether C compiler handles -Wformat-truncation=2... yes #9 72.76 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #9 73.11 checking whether C compiler handles -Wshift-overflow=2... yes #9 73.53 checking whether C compiler handles -Wuse-after-free=3... no #9 73.69 checking whether C compiler handles -Wvla-larger-than=4031... yes #9 74.01 checking whether C compiler handles -Wno-missing-field-initializers... yes #9 74.28 checking whether C compiler handles -Wredundant-decls... yes #9 74.84 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #9 74.84 checking whether C compiler handles -Wno-override-init... yes #9 75.20 checking whether C compiler handles -Wno-sign-compare... yes #9 75.52 checking whether C compiler handles -Wno-type-limits... yes #9 75.88 checking whether C compiler handles -Wno-unused-parameter... yes #9 76.07 checking whether C compiler handles -Wno-format-nonliteral... yes #9 76.17 checking whether C compiler handles -Wno-bidi-chars... no #9 76.21 checking for a BSD-compatible install... /usr/bin/install -c #9 76.24 checking command to symlink files in the same directory... ln -s #9 76.25 checking for install-info... : #9 76.25 checking for gzip... /bin/gzip #9 76.25 checking for 'find' args to delete a file... -delete #9 76.29 checking for brew... no #9 77.25 checking for -znocombreloc... not needed #9 77.25 checking whether addresses are sanitized... no #9 78.13 checking for math library... -lm #9 79.35 checking for struct passwd.pw_gecos... yes #9 79.51 checking for pkg-config... /usr/bin/pkg-config #9 79.52 checking pkg-config is at least version 0.9.0... yes #9 79.60 checking for machine/soundcard.h... no #9 79.83 checking for sys/soundcard.h... yes #9 80.03 checking for soundcard.h... no #9 80.22 checking for mmsystem.h... no #9 80.34 checking for _oss_ioctl in -lossaudio... no #9 80.61 checking for alsa >= 1.0.0... no #9 80.65 checking for ADDR_NO_RANDOMIZE... yes #9 80.87 checking if Linux sysinfo may be used... yes #9 81.44 checking for sys/wait.h that is POSIX.1 compatible... yes #9 81.75 checking for net/if.h... yes #9 82.08 checking for ifaddrs.h... yes #9 82.55 checking for net/if_dl.h... no #9 82.75 checking for struct ifreq.ifr_flags... yes #9 83.04 checking for struct ifreq.ifr_hwaddr... yes #9 83.36 checking for struct ifreq.ifr_netmask... yes #9 83.67 checking for struct ifreq.ifr_broadaddr... yes #9 84.20 checking for struct ifreq.ifr_addr... yes #9 84.73 checking for struct ifreq.ifr_addr.sa_len... no #9 85.26 checking whether gcc understands -MMD -MF... yes #9 85.51 checking for X... no #9 85.90 checking AppKit/AppKit.h usability... yes #9 90.91 checking AppKit/AppKit.h presence... yes #9 91.95 checking for AppKit/AppKit.h... yes #9 91.95 checking for Mac OS X 12.0 or later... yes #9 92.09 checking for gcc... gcc #9 92.31 checking whether we are using the GNU Objective C compiler... yes #9 92.50 checking whether gcc accepts -g... yes #9 92.62 checking if the Objective C compiler supports instancetype... yes #9 92.68 checking if the Objective C compiler defaults to C99... no #9 92.87 checking whether malloc is Doug Lea style... no #9 93.02 checking for sbrk... yes #9 93.35 checking for __lsan_ignore_object... no #9 93.69 checking for fchmod... yes #9 94.21 checking for utmpname... yes #9 94.70 checking for utmpxname... yes #9 95.01 checking for canonicalize_file_name... yes #9 95.45 checking for realpath... yes #9 95.72 checking for lstat... yes #9 96.03 checking for fchmodat... yes #9 96.25 checking for lchmod... no #9 96.36 checking for fcntl... yes #9 96.56 checking for fdopendir... yes #9 96.78 checking for listxattr... yes #9 97.08 checking for fstatat... yes #9 97.34 checking for fsync... yes #9 97.74 checking for gettimeofday... yes #9 97.97 checking for memset_explicit... no #9 98.20 checking for memset_s... no #9 98.41 checking for pselect... yes #9 98.60 checking for readlink... yes #9 98.81 checking for isblank... yes #9 99.04 checking for iswctype... yes #9 99.29 checking for strtoimax... yes #9 99.52 checking for symlink... yes #9 99.83 checking for localtime_r... yes #9 100.3 checking for getdtablesize... yes #9 100.7 checking for getpagesize... yes #9 100.9 checking for working mmap... yes #9 101.6 checking for main in -lXbsd... no #9 101.8 checking for pthread library... -lpthread #9 102.6 checking for thread support... yes #9 102.6 checking for librsvg-2.0 >= 2.14.0... no #9 102.6 checking for libwebpdemux >= 0.6.0... no #9 102.7 checking for WebPGetInfo... no #9 102.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #9 103.0 checking for sqlite3_open_v2 in -lsqlite3... no #9 103.1 checking for getaddrinfo_a in -lanl... yes #9 103.4 checking for malloc_trim... yes #9 103.7 checking for dbus-1 >= 1.0... yes #9 103.8 checking for dbus_watch_get_unix_fd... yes #9 104.3 checking for dbus_type_is_valid... yes #9 104.9 checking for dbus_validate_bus_name... yes #9 105.3 checking for dbus_validate_path... yes #9 106.0 checking for dbus_validate_interface... yes #9 106.4 checking for dbus_validate_member... yes #9 106.7 checking for lgetfilecon in -lselinux... no #9 106.9 checking for gnutls >= 2.12.2... yes #9 107.0 checking for libsystemd >= 222... no #9 107.1 checking for jansson >= 2.7... no #9 107.1 checking for tree-sitter >= 0.20.2... no #9 107.2 checking for tree-sitter >= 0.6.3... no #9 107.2 checking sys/inotify.h usability... yes #9 107.6 checking sys/inotify.h presence... yes #9 107.6 checking for sys/inotify.h... yes #9 107.6 checking for inotify_init1... yes #9 108.1 checking for jpeglib 6b or later... no #9 108.4 checking for lcms2... no #9 108.5 checking for library containing inflateEnd... -lz #9 109.0 checking for dladdr... yes #9 109.6 checking for dlfunc... no #9 110.2 checking for libpng >= 1.0.0... no #9 110.3 checking for libpng not configured by pkg-config... no #9 110.5 checking tiffio.h usability... no #9 110.8 checking tiffio.h presence... no #9 111.0 checking for tiffio.h... no #9 111.0 checking gif_lib.h usability... no #9 111.2 checking gif_lib.h presence... no #9 111.3 checking for gif_lib.h... no #9 111.3 checking gpm.h usability... no #9 111.5 checking gpm.h presence... no #9 111.5 checking for gpm.h... no #9 111.5 checking for libxml-2.0 > 2.6.17... no #9 111.6 checking for maillock in -lmail... no #9 111.7 checking for maillock in -llockfile... no #9 111.9 checking for liblockfile.so... no #9 111.9 checking maillock.h usability... no #9 112.1 checking maillock.h presence... no #9 112.1 checking for maillock.h... no #9 112.1 checking linux/seccomp.h usability... yes #9 112.4 checking linux/seccomp.h presence... yes #9 112.6 checking for linux/seccomp.h... yes #9 112.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #9 112.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #9 113.0 checking linux/filter.h usability... yes #9 113.3 checking linux/filter.h presence... yes #9 113.3 checking for linux/filter.h... yes #9 113.4 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #9 113.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #9 113.4 checking for libseccomp >= 2.5.2... no #9 113.5 checking size of long... 8 #9 113.9 checking for accept4... yes #9 114.2 checking for fchdir... yes #9 114.6 checking for gethostname... yes #9 114.8 checking for getrusage... yes #9 115.2 checking for get_current_dir_name... yes #9 115.6 checking for lrand48... yes #9 115.8 checking for random... yes #9 116.0 checking for rint... yes #9 116.2 checking for tcdrain... yes #9 116.4 checking for trunc... yes #9 116.6 checking for select... yes #9 116.8 checking for getpagesize... (cached) yes #9 116.9 checking for setlocale... yes #9 117.0 checking for newlocale... yes #9 117.2 checking for getrlimit... yes #9 117.5 checking for setrlimit... yes #9 117.8 checking for shutdown... yes #9 117.9 checking for pthread_sigmask... (cached) yes #9 118.0 checking for strsignal... yes #9 118.2 checking for setitimer... yes #9 118.5 checking for sendto... yes #9 121.6 checking for recvfrom... yes #9 123.8 checking for getsockname... yes #9 124.0 checking for getifaddrs... yes #9 124.3 checking for freeifaddrs... yes #9 124.6 checking for gai_strerror... yes #9 125.0 checking for sync... yes #9 125.3 checking for endpwent... yes #9 125.5 checking for getgrent... yes #9 125.7 checking for endgrent... yes #9 125.8 checking for renameat2... yes #9 126.1 checking for cfmakeraw... yes #9 126.2 checking for cfsetspeed... yes #9 126.4 checking for __executable_start... yes #9 126.6 checking for log2... yes #9 126.9 checking for pthread_setname_np... yes #9 127.0 checking for pthread_set_name_np... no #9 127.2 checking for getpwent... yes #9 127.3 checking whether pthread_setname_np takes a single argument... no #9 127.4 checking whether pthread_setname_np takes three arguments... no #9 127.5 checking for aligned_alloc... yes #9 127.7 checking whether aligned_alloc is declared... yes #9 127.8 checking for posix_madvise... yes #9 127.9 checking for madvise... yes #9 128.1 checking for __builtin_frame_address... yes #9 128.3 checking for __builtin_unwind_init... yes #9 131.2 checking for _LARGEFILE_SOURCE value needed for large files... no #9 131.4 checking for grantpt... yes #9 131.5 checking for getpt... yes #9 131.7 checking for posix_openpt... yes #9 131.8 checking for library containing tputs... -ltinfo #9 132.2 checking whether -ltinfo library defines BC... yes #9 132.5 checking for timerfd interface... yes #9 132.9 checking whether signals can be handled on alternate stack... yes #9 133.0 checking valgrind/valgrind.h usability... no #9 133.2 checking valgrind/valgrind.h presence... no #9 133.2 checking for valgrind/valgrind.h... no #9 133.2 checking for struct unipair.unicode... yes #9 133.3 checking for pid_t... yes #9 133.5 checking vfork.h usability... no #9 133.6 checking vfork.h presence... no #9 133.6 checking for vfork.h... no #9 133.7 checking for fork... yes #9 135.4 checking for vfork... yes #9 135.8 checking for working fork... yes #9 136.0 checking for working vfork... (cached) yes #9 136.0 checking for snprintf... yes #9 136.2 checking for open_memstream... yes #9 136.4 checking spawn.h usability... yes #9 136.5 checking spawn.h presence... yes #9 136.6 checking for spawn.h... yes #9 136.6 checking for posix_spawn... yes #9 136.7 checking for posix_spawn_file_actions_addchdir... no #9 136.9 checking for posix_spawn_file_actions_addchdir_np... yes #9 137.1 checking for posix_spawnattr_setflags... yes #9 137.2 checking whether POSIX_SPAWN_SETSID is declared... yes #9 137.3 checking whether GLib is linked in... no #9 137.4 checking for nl_langinfo and CODESET... yes #9 137.5 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #9 137.7 checking for mbstate_t... yes #9 137.9 checking for signals via characters... yes #9 138.1 checking for _setjmp... yes #9 138.3 checking for sigsetjmp... yes #9 138.5 checking POSIX termios... yes #9 138.7 checking size of speed_t... 4 #9 138.9 checking for usable FIONREAD... yes #9 139.0 checking for usable SIGIO... yes #9 139.1 checking for struct alignment... yes #9 139.2 checking for C/C++ restrict keyword... __restrict__ #9 139.4 checking for typeof syntax and keyword spelling... typeof #9 139.5 checking for statement expressions... yes #9 139.6 checking whether malloc (0) returns nonnull... yes #9 139.8 checking sys/acl.h usability... yes #9 139.9 checking sys/acl.h presence... yes #9 140.0 checking for sys/acl.h... yes #9 140.0 checking for library containing acl_get_file... -lacl #9 140.4 checking for acl_get_file... yes #9 140.6 checking for acl_get_fd... yes #9 140.9 checking for acl_set_file... yes #9 141.2 checking for acl_set_fd... yes #9 141.4 checking for acl_free... yes #9 141.6 checking for acl_from_mode... yes #9 141.8 checking for acl_from_text... yes #9 142.1 checking for acl_delete_def_file... yes #9 142.3 checking for acl_extended_file... yes #9 142.6 checking for acl_delete_fd_np... no #9 142.8 checking for acl_delete_file_np... no #9 143.2 checking for acl_copy_ext_native... no #9 143.4 checking for acl_create_entry_np... no #9 143.8 checking for acl_to_short_text... no #9 144.1 checking for acl_free_text... no #9 144.3 checking for working acl_get_file... yes #9 144.8 checking acl/libacl.h usability... yes #9 145.2 checking acl/libacl.h presence... yes #9 145.3 checking for acl/libacl.h... yes #9 145.3 checking for acl_entries... yes #9 145.9 checking for ACL_FIRST_ENTRY... yes #9 146.2 checking for ACL_TYPE_EXTENDED... no #9 146.5 checking for working alloca.h... yes #9 146.8 checking for alloca... yes #9 147.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #9 147.2 checking whether the preprocessor supports include_next... yes #9 147.5 checking whether source code line length is unlimited... yes #9 147.7 checking whether endutent is declared... yes #9 148.1 checking for struct utmpx.ut_user... yes #9 148.6 checking for struct utmp.ut_user... yes #9 148.9 checking for struct utmpx.ut_name... yes #9 149.8 checking for struct utmp.ut_name... yes #9 150.0 checking for struct utmpx.ut_type... yes #9 150.3 checking for struct utmp.ut_type... yes #9 150.8 checking for struct utmpx.ut_pid... yes #9 151.1 checking for struct utmp.ut_pid... yes #9 151.3 checking for struct utmp.ut_tv... yes #9 151.9 checking for struct utmpx.ut_host... yes #9 152.3 checking for struct utmp.ut_host... yes #9 152.7 checking for struct utmpx.ut_id... yes #9 152.9 checking for struct utmp.ut_id... yes #9 153.1 checking for struct utmpx.ut_session... yes #9 153.4 checking for struct utmp.ut_session... yes #9 153.6 checking for struct utmpx.ut_exit... yes #9 154.2 checking for struct utmp.ut_exit... yes #9 154.9 checking for struct utmpx.ut_exit.ut_exit... no #9 155.6 checking for struct utmpx.ut_exit.e_exit... yes #9 156.0 checking for struct utmp.ut_exit.e_exit... yes #9 156.3 checking for struct utmpx.ut_exit.ut_termination... no #9 157.2 checking for struct utmpx.ut_exit.e_termination... yes #9 157.7 checking for struct utmp.ut_exit.e_termination... yes #9 158.1 checking whether sysinfo is declared... yes #9 158.3 checking for sys/sysctl.h... yes #9 158.6 checking for sysctl... yes #9 158.7 checking whether lstat correctly handles trailing slash... yes #9 159.0 checking whether // is distinct from /... no #9 159.0 checking whether realpath works... yes #9 159.3 checking for faccessat... yes #9 159.6 checking for getcwd... yes #9 159.9 checking whether byte ordering is bigendian... no #9 160.4 checking if environ is properly declared... yes #9 160.6 checking for complete errno.h... yes #9 160.7 checking whether ctype.h defines __header_inline... no #9 160.8 checking for mode_t... yes #9 161.5 checking whether strmode is declared... no #9 161.8 checking whether getline is declared... yes #9 161.9 checking for gawk... no #9 162.0 checking for mawk... mawk #9 162.0 checking for getopt.h... (cached) yes #9 162.0 checking for getopt_long_only... yes #9 162.4 checking whether getopt is POSIX compatible... yes #9 163.7 checking for working GNU getopt function... yes #9 164.4 checking for working GNU getopt_long function... yes #9 164.9 checking whether timespec_get is declared... yes #9 165.1 checking for timespec_get... yes #9 165.6 checking for struct timeval... yes #9 165.9 checking for wide-enough struct timeval.tv_sec member... yes #9 166.1 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #9 166.3 checking whether the compiler produces multi-arch binaries... no #9 166.5 checking whether stdint.h conforms to C99... yes #9 167.3 checking whether stdint.h works without ISO C predefines... yes #9 167.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #9 168.0 checking whether memmem is declared... yes #9 168.6 checking whether memrchr is declared... yes #9 169.0 checking whether defines MIN and MAX... no #9 169.2 checking whether defines MIN and MAX... yes #9 169.5 checking whether time_t is signed... yes #9 169.9 checking whether alarm is declared... yes #9 170.4 checking for working mktime... no #9 171.1 checking whether struct tm is in sys/time.h or time.h... time.h #9 171.3 checking for struct tm.tm_zone... yes #9 171.5 checking for struct tm.tm_gmtoff... yes #9 171.7 checking whether is self-contained... yes #9 172.4 checking for inline... inline #9 172.6 checking for sigset_t... yes #9 173.1 checking for volatile sig_atomic_t... yes #9 173.5 checking for sighandler_t... yes #9 173.8 checking for wchar_t... yes #9 174.0 checking for good max_align_t... yes #9 174.1 checking whether NULL can be used in arbitrary expressions... yes #9 174.2 checking for unreachable... no #9 174.5 checking whether fcloseall is declared... yes #9 174.7 checking whether getw is declared... yes #9 175.1 checking whether putw is declared... yes #9 175.3 checking which flavor of printf attribute matches inttypes macros... system #9 175.4 checking whether strnlen is declared... yes #9 175.6 checking whether strtoimax is declared... yes #9 176.0 checking whether stat file-mode macros are broken... no #9 176.3 checking for nlink_t... yes #9 176.5 checking for struct timespec in ... yes #9 176.7 checking for TIME_UTC in ... yes #9 176.9 checking whether execvpe is declared... yes #9 177.4 checking whether clearerr_unlocked is declared... yes #9 177.8 checking whether feof_unlocked is declared... yes #9 178.1 checking whether ferror_unlocked is declared... yes #9 178.3 checking whether fflush_unlocked is declared... yes #9 178.6 checking whether fgets_unlocked is declared... yes #9 178.8 checking whether fputc_unlocked is declared... yes #9 179.1 checking whether fputs_unlocked is declared... yes #9 179.6 checking whether fread_unlocked is declared... yes #9 180.0 checking whether fwrite_unlocked is declared... yes #9 180.7 checking whether getc_unlocked is declared... yes #9 181.3 checking whether getchar_unlocked is declared... yes #9 181.8 checking whether putc_unlocked is declared... yes #9 182.2 checking whether putchar_unlocked is declared... yes #9 182.5 checking type of array argument to getgroups... gid_t #9 183.1 checking whether getdelim is declared... yes #9 183.5 checking whether getdtablesize is declared... yes #9 183.8 checking whether malloc is ptrdiff_t safe... yes #9 184.1 checking whether malloc, realloc, calloc set errno on failure... yes #9 184.1 checking for O_CLOEXEC... yes #9 184.3 checking for promoted mode_t type... mode_t #9 184.4 checking whether the utimes function works... yes #9 185.0 checking for C compiler option to allow warnings... -Wno-error #9 185.6 checking for alignas and alignof... yes, macros #9 186.0 checking for alloca as a compiler built-in... yes #9 186.1 checking for static_assert... yes, an macro #9 186.5 checking for __builtin_expect... yes #9 187.0 checking byteswap.h usability... yes #9 187.3 checking byteswap.h presence... yes #9 187.4 checking for byteswap.h... yes #9 187.4 checking for readlinkat... yes #9 187.9 checking for library containing clock_gettime... none required #9 188.4 checking for clock_getres... yes #9 188.7 checking for clock_gettime... yes #9 189.1 checking for clock_settime... yes #9 189.5 checking for copy_file_range... yes #9 189.8 checking for d_type member in directory struct... yes #9 190.2 checking whether // is distinct from /... (cached) no #9 190.2 checking whether dup2 works... yes #9 190.6 checking for library containing backtrace_symbols_fd... none required #9 190.9 checking for faccessat... (cached) yes #9 190.9 checking whether fchmodat works... no #9 191.5 checking for readlinkat... (cached) yes #9 191.5 checking whether fcntl handles F_DUPFD correctly... yes #9 192.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #9 192.6 checking whether fdopendir is declared... yes #9 192.8 checking whether fdopendir works... yes #9 193.4 checking for flexible array member... yes #9 193.7 checking for __fpending... yes #9 194.5 checking whether __fpending is declared... yes #9 194.9 checking whether free is known to preserve errno... no #9 195.2 checking whether fstatat (..., 0) works... yes #9 196.1 checking for sys/mount.h... yes #9 196.8 checking for statvfs function (SVR4)... yes #9 197.3 checking whether to use statvfs64... no #9 197.5 checking for two-argument statfs with statfs.f_frsize member... yes #9 198.1 checking sys/fs/s5param.h usability... no #9 198.2 checking sys/fs/s5param.h presence... no #9 198.3 checking for sys/fs/s5param.h... no #9 198.3 checking sys/statfs.h usability... yes #9 198.6 checking sys/statfs.h presence... yes #9 198.7 checking for sys/statfs.h... yes #9 198.8 checking for statfs that truncates block counts... no #9 198.9 checking for futimens... yes #9 199.3 checking whether futimens works... yes #9 200.7 checking for getline... yes #9 201.2 checking for working getline function... yes #9 201.8 checking for getloadavg... yes #9 202.3 checking sys/loadavg.h usability... no #9 202.7 checking sys/loadavg.h presence... no #9 202.8 checking for sys/loadavg.h... no #9 202.9 checking whether getloadavg is declared... yes #9 203.3 checking for getrandom... yes #9 203.7 checking whether getrandom is compatible with its GNU+BSD signature... yes #9 204.0 checking for gettimeofday with POSIX signature... yes #9 204.2 checking whether the compiler supports the __inline keyword... yes #9 204.4 checking gmp.h usability... yes #9 204.8 checking gmp.h presence... yes #9 204.9 checking for gmp.h... yes #9 205.0 checking for library containing __gmpz_roinit_n... -lgmp #9 206.1 checking for memmem... yes #9 206.4 checking whether memmem works... yes #9 206.7 checking for mempcpy... yes #9 207.1 checking for memrchr... yes #9 207.7 checking for explicit_memset... no #9 208.0 checking for mkostemp... yes #9 208.3 checking for library containing nanosleep... none required #9 208.6 checking for working nanosleep... no (mishandles large arguments) #9 210.4 checking for sys/pstat.h... no #9 210.8 checking for sys/sysmp.h... no #9 211.2 checking for sys/param.h... (cached) yes #9 211.2 checking for sys/sysctl.h... (cached) yes #9 211.2 checking for sched_getaffinity_np... no #9 211.7 checking for pstat_getdynamic... no #9 212.1 checking for sysmp... no #9 212.6 checking for sysctl... (cached) yes #9 212.7 checking for sched_getaffinity... yes #9 213.1 checking for glibc compatible sched_getaffinity... yes #9 213.3 checking for pipe2... yes #9 213.7 checking whether signature of pselect conforms to POSIX... yes #9 214.1 checking whether pselect detects invalid fds... yes #9 214.5 checking whether pthread_sigmask is a macro... no #9 214.7 checking whether pthread_sigmask returns error numbers... yes #9 215.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #9 218.0 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #9 218.9 checking whether readlink signature is correct... yes #9 219.1 checking whether readlink handles trailing slash correctly... yes #9 219.6 checking whether readlink truncates results correctly... yes #9 220.0 checking for readlinkat... (cached) yes #9 220.0 checking whether readlinkat signature is correct... yes #9 220.2 checking for working re_compile_pattern... no #9 220.9 checking libintl.h usability... yes #9 221.1 checking libintl.h presence... yes #9 221.2 checking for libintl.h... yes #9 221.3 checking whether isblank is declared... yes #9 221.4 checking for sig2str... no #9 221.8 checking for sigdescr_np... no #9 222.0 checking for socklen_t... yes #9 222.5 checking for ssize_t... yes #9 222.8 checking for struct stat.st_atim.tv_nsec... yes #9 223.2 checking whether struct stat.st_atim is of type struct timespec... yes #9 223.5 checking for struct stat.st_birthtimespec.tv_nsec... no #9 223.8 checking for struct stat.st_birthtimensec... no #9 224.1 checking for struct stat.st_birthtim.tv_nsec... no #9 224.6 checking for bool, true, false... no #9 224.7 checking for stpcpy... yes #9 225.7 checking for working strnlen... yes #9 226.2 checking whether strtoimax works... yes #9 226.7 checking whether symlink handles trailing slash correctly... yes #9 227.1 checking whether localtime_r is declared... yes #9 227.3 checking whether localtime_r is compatible with its POSIX signature... yes #9 227.5 checking whether localtime works even near extrema... yes #9 227.7 checking for timezone_t... no #9 227.8 checking for timegm... yes #9 228.0 checking whether timer_settime is declared... yes #9 228.2 checking for library containing timer_settime... -lrt #9 228.5 checking for timer_settime... yes #9 228.8 checking for utimensat... yes #9 229.0 checking whether utimensat works... yes #9 230.3 checking for variable-length arrays... yes #9 230.6 checking whether getdtablesize works... yes #9 230.8 checking for __mktime_internal... no #9 231.1 checking for timer_getoverrun... yes #9 231.3 checking for gcc option to disable position independent executables... not needed #9 231.3 checking for __ctype_get_mb_cur_max... yes #9 231.5 checking whether MB_CUR_MAX is defined to function that won't link... no #9 231.5 #9 231.5 Configured for 'x86_64-pc-linux-gnu'. #9 231.5 #9 231.5 Where should the build process find the source code? . #9 231.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #9 231.5 Should Emacs use the GNU version of malloc? no #9 231.5 (The GNU allocators don't work with this system configuration.) #9 231.5 Should Emacs use a relocating allocator for buffers? no #9 231.5 Should Emacs use mmap(2) for buffer allocation? no #9 231.5 What window system should Emacs use? nextstep #9 231.5 What toolkit should Emacs use? none #9 231.5 Where do we find X Windows header files? NONE #9 231.5 Where do we find X Windows libraries? NONE #9 231.5 Does Emacs use -lXaw3d? no #9 231.5 Is Emacs being built for Android? no #9 231.5 Does Emacs use the X Double Buffer Extension? no #9 231.5 Does Emacs use -lXpm? no #9 231.5 Does Emacs use -ljpeg? no #9 231.5 Does Emacs use -ltiff? no #9 231.5 Does Emacs use a gif library? no #9 231.5 Does Emacs use a png library? no #9 231.5 Does Emacs use -lrsvg-2? no #9 231.5 Does Emacs use -lwebp? no #9 231.5 Does Emacs use -lsqlite3? no #9 231.5 Does Emacs use cairo? no #9 231.5 Does Emacs use -llcms2? no #9 231.5 Does Emacs use imagemagick? no #9 231.5 Does Emacs use native APIs for images? yes (ns) #9 231.5 Does Emacs support sound? yes #9 231.5 Does Emacs use -lgpm? no #9 231.5 Does Emacs use -ldbus? yes #9 231.5 Does Emacs use -lgconf? no #9 231.5 Does Emacs use GSettings? no #9 231.5 Does Emacs use a file notification library? yes -lglibc (inotify) #9 231.5 Does Emacs use access control lists? yes -lacl -lattr #9 231.5 Does Emacs use -lselinux? no #9 231.5 Does Emacs use -lgnutls? yes #9 231.5 Does Emacs use -lxml2? no #9 231.5 Does Emacs use -lfreetype? no #9 231.5 Does Emacs use HarfBuzz? no #9 231.5 Does Emacs use -lm17n-flt? no #9 231.5 Does Emacs use -lotf? no #9 231.5 Does Emacs use -lxft? no #9 231.5 Does Emacs use -lsystemd? no #9 231.5 Does Emacs use -ljansson? no #9 231.5 Does Emacs use -ltree-sitter? no #9 231.5 Does Emacs use the GMP library? yes #9 231.5 Does Emacs directly use zlib? yes #9 231.5 Does Emacs have dynamic modules support? yes #9 231.5 Does Emacs use toolkit scroll bars? yes #9 231.5 Does Emacs support Xwidgets? no #9 231.5 Does Emacs have threading support in lisp? yes #9 231.5 Does Emacs support the portable dumper? yes #9 231.5 Does Emacs support legacy unexec dumping? no #9 231.5 Which dumping strategy does Emacs use? pdumper #9 231.5 Does Emacs have native lisp compiler? no #9 231.5 Does Emacs use version 2 of the X Input Extension? no #9 231.5 Does Emacs generate a smaller-size Japanese dictionary? no #9 231.5 #9 231.5 #9 231.5 #9 231.5 Run 'make' to build Emacs, then run 'src/emacs' to test it. #9 231.5 Run 'make install' in order to build an application bundle. #9 231.5 The application will go to nextstep/Emacs.app and can be run or moved #9 231.5 from there. #9 231.5 The application will be fully self-contained. #9 231.5 #9 232.2 configure: creating ./config.status #9 233.0 config.status: creating src/verbose.mk #9 233.1 config.status: creating src/emacs-module.h #9 233.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #9 233.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #9 233.6 config.status: creating Makefile #9 233.6 config.status: creating lib/gnulib.mk #9 233.8 config.status: creating ./doc/man/emacs.1 #9 233.9 config.status: creating lib/Makefile #9 234.0 config.status: creating lib-src/Makefile #9 234.1 config.status: creating oldXMenu/Makefile #9 234.2 config.status: creating src/Makefile #9 234.3 config.status: creating lwlib/Makefile #9 234.4 config.status: creating nextstep/Makefile #9 234.5 config.status: creating nt/Makefile #9 234.6 config.status: creating doc/emacs/Makefile #9 234.8 config.status: creating doc/misc/Makefile #9 234.9 config.status: creating doc/lispintro/Makefile #9 235.0 config.status: creating doc/lispref/Makefile #9 235.1 config.status: creating lisp/Makefile #9 235.2 config.status: creating leim/Makefile #9 235.4 config.status: creating test/Makefile #9 235.5 config.status: creating test/manual/noverlay/Makefile #9 235.6 config.status: creating test/infra/Makefile #9 235.7 config.status: creating admin/charsets/Makefile #9 236.0 config.status: creating admin/unidata/Makefile #9 236.3 config.status: creating admin/grammars/Makefile #9 236.3 config.status: creating java/Makefile #9 236.4 config.status: creating cross/Makefile #9 236.5 config.status: creating java/AndroidManifest.xml #9 236.6 config.status: creating src/config.h #9 236.7 config.status: executing src/epaths.h commands #9 237.6 config.status: executing src/.gdbinit commands #9 237.7 config.status: executing doc/emacs/emacsver.texi commands #9 237.7 config.status: executing etc-refcards-emacsver.tex commands #9 244.4 configure: WARNING: This configuration installs a 'movemail' program #9 244.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #9 244.4 installed a 'movemail' program that retrieved POP3 email via only #9 244.4 insecure channels, a practice that is no longer recommended but that #9 244.4 you can continue to support by using './configure --with-pop'. #9 244.4 configure: You might want to install GNU Mailutils #9 244.4 and use './configure --with-mailutils'. #9 DONE 258.5s #10 [emacs-gnustep 6/6] RUN make bootstrap #10 4.662 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #10 4.715 make[1]: Entering directory '/checkout' #10 5.256 make bootstrap-clean #10 5.273 make[2]: Entering directory '/checkout' #10 5.684 make -C src bootstrap-clean #10 5.765 make[3]: Entering directory '/checkout/src' #10 5.765 GEN /checkout/src/lisp.mk #10 6.992 rm -f android-emacs libemacs.so #10 7.004 rm -f temacs core ./*.core \#* ./*.o build-counter.c #10 7.028 rm -f dmpstruct.h #10 7.037 rm -f emacs.pdmp #10 7.066 rm -f ../etc/DOC #10 7.075 rm -f bootstrap-emacs bootstrap-emacs.pdmp #10 7.081 rm -f emacs-30.0.50 #10 7.084 rm -f buildobj.h #10 7.088 rm -f globals.h gl-stamp #10 7.092 rm -f ./*.res ./*.tmp #10 7.097 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #10 7.101 rm -f ../etc/DOC* #10 7.107 rm -f deps/* #10 7.114 rm -f emacs-module.h epaths.h config.h config.stamp #10 7.118 if test -f ./.gdbinit; then \ #10 7.118 mv ./.gdbinit ./.gdbinit.save; \ #10 7.118 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #10 7.118 else mv ./.gdbinit.save ./.gdbinit; fi; \ #10 7.118 fi #10 7.347 make[3]: Leaving directory '/checkout/src' #10 7.349 make -C oldXMenu bootstrap-clean #10 7.370 make[3]: Entering directory '/checkout/oldXMenu' #10 7.374 rm -f libXMenu11.a ./*.o deps/* #10 7.390 rm -f Makefile #10 7.393 rm -fr deps #10 7.402 make[3]: Leaving directory '/checkout/oldXMenu' #10 7.405 make -C lwlib bootstrap-clean #10 7.423 make[3]: Entering directory '/checkout/lwlib' #10 7.430 rm -f ./*.o liblw.a \#* deps/* #10 7.458 rm -f Makefile #10 7.458 rm -fr deps #10 7.464 rm -f TAGS #10 7.474 make[3]: Leaving directory '/checkout/lwlib' #10 7.477 make -C lib bootstrap-clean #10 7.885 make[3]: Entering directory '/checkout/lib' #10 7.900 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #10 7.965 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 #10 7.973 rm -f Makefile Makefile.android #10 7.978 rm -fr deps #10 8.001 make[3]: Leaving directory '/checkout/lib' #10 8.005 make -C lib-src bootstrap-clean #10 8.020 make[3]: Entering directory '/checkout/lib-src' #10 8.024 rm -f core ./*.o ./*.res #10 8.043 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #10 8.055 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #10 8.060 rm -f TAGS Makefile blessmail Makefile.android #10 8.081 make[3]: Leaving directory '/checkout/lib-src' #10 8.086 make -C nt bootstrap-clean #10 8.112 make[3]: Entering directory '/checkout/nt' #10 8.115 rm -f core *.o *.res #10 8.127 rm -f runemacs addpm cmdproxy ddeclient #10 8.132 rm -f TAGS Makefile *.rc #10 8.138 true #10 8.143 make[3]: Leaving directory '/checkout/nt' #10 8.143 make -C doc/emacs bootstrap-clean #10 8.208 make[3]: Entering directory '/checkout/doc/emacs' #10 8.212 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 8.212 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 8.236 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #10 8.252 rm -f Makefile #10 8.265 rm -f \ #10 8.265 ./../../info/emacs.info \ #10 8.265 ./../../info/emacs.info-[1-9] \ #10 8.265 ./../../info/emacs.info-[1-9][0-9] #10 8.278 rm -f ./emacsver.texi TAGS #10 8.290 make[3]: Leaving directory '/checkout/doc/emacs' #10 8.290 make -C doc/misc bootstrap-clean #10 8.301 make[3]: Entering directory '/checkout/doc/misc' #10 8.301 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #10 8.301 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #10 8.301 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #10 8.325 rm -f gnustmp* #10 8.332 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #10 8.347 rm -f Makefile #10 8.369 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 \ #10 8.369 file=`echo ${file} | sed 's/\.info$//'`.info; \ #10 8.369 rm -f \ #10 8.369 ./../../info/${file} \ #10 8.369 ./../../info/${file}-[1-9] \ #10 8.369 ./../../info/${file}-[1-9][0-9]; \ #10 8.369 done #10 10.11 rm -f ./modus-themes.texi ./org.texi #10 10.12 rm -f TAGS #10 10.15 make[3]: Leaving directory '/checkout/doc/misc' #10 10.15 make -C doc/lispref bootstrap-clean #10 10.17 make[3]: Entering directory '/checkout/doc/lispref' #10 10.19 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 10.19 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 10.20 rm -f elisp[12]* vol[12].tmp #10 10.23 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #10 10.24 rm -f vol[12].dvi vol[12].pdf vol[12].ps #10 10.26 rm -f Makefile #10 10.29 rm -f \ #10 10.29 ./../../info/elisp.info \ #10 10.29 ./../../info/elisp.info-[1-9] \ #10 10.29 ./../../info/elisp.info-[1-9][0-9] #10 10.32 rm -f TAGS #10 10.33 make[3]: Leaving directory '/checkout/doc/lispref' #10 10.33 make -C doc/lispintro bootstrap-clean #10 10.39 make[3]: Entering directory '/checkout/doc/lispintro' #10 10.39 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #10 10.39 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #10 10.40 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #10 10.43 rm -f Makefile #10 10.44 rm -f \ #10 10.44 ./../../info/eintr.info \ #10 10.44 ./../../info/eintr.info-[1-9] #10 10.45 rm -f TAGS #10 10.48 make[3]: Leaving directory '/checkout/doc/lispintro' #10 10.48 make -C test bootstrap-clean #10 10.50 make[3]: Entering directory '/checkout/test' #10 11.02 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #10 11.24 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #10 11.41 rm -f ./lisp/gnus/mml-sec-resources/random_seed #10 11.41 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #10 11.41 src/emacs-module-resources/*.dll gmp.h #10 11.42 find . -name '*.elc' -delete #10 11.53 make[3]: Leaving directory '/checkout/test' #10 11.59 make -C java bootstrap-clean #10 12.14 make[3]: Entering directory '/checkout/java' #10 12.14 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #10 12.15 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #10 12.17 find . -name '*.class' -delete #10 12.19 rm -f Makefile ndk-build.mk #10 12.20 make[3]: Leaving directory '/checkout/java' #10 12.20 make -C cross bootstrap-clean #10 12.22 make[3]: Entering directory '/checkout/cross' #10 12.22 for dir in src lib-src lib etc; do \ #10 12.22 find $dir -type f -delete; \ #10 12.22 done #10 12.41 rm -rf lib/config.h lib-src/config.h #10 12.42 if test -f ndk-build/Makefile; then \ #10 12.42 make -C ndk-build clean; \ #10 12.42 fi #10 12.43 for dir in src lib-src lib etc; do \ #10 12.43 find $dir -type l -delete; \ #10 12.43 done #10 12.49 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #10 12.49 rm -rf ndk-build/ndk-build.mk Makefile #10 12.50 make[3]: Leaving directory '/checkout/cross' #10 12.50 make -C nextstep bootstrap-clean #10 12.58 make[3]: Entering directory '/checkout/nextstep' #10 12.58 rm -rf /checkout/nextstep/Emacs.app #10 12.59 rm -f Makefile #10 12.60 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #10 12.60 GNUstep/Emacs.base/Resources/Emacs.desktop \ #10 12.60 Cocoa/Emacs.base/Contents/Info.plist \ #10 12.60 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #10 12.61 make[3]: Leaving directory '/checkout/nextstep' #10 12.61 make -C admin/charsets bootstrap-clean #10 12.65 make[3]: Entering directory '/checkout/admin/charsets' #10 12.65 make[3]: Nothing to be done for 'bootstrap-clean'. #10 12.65 make[3]: Leaving directory '/checkout/admin/charsets' #10 12.66 make -C admin/unidata bootstrap-clean #10 12.68 make[3]: Entering directory '/checkout/admin/unidata' #10 12.75 rm -f ./*.elc unidata.txt #10 12.76 make[3]: Leaving directory '/checkout/admin/unidata' #10 12.78 make -C leim bootstrap-clean #10 12.79 make[3]: Entering directory '/checkout/leim' #10 12.79 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 #10 13.25 make[3]: Leaving directory '/checkout/leim' #10 13.25 make -C lisp bootstrap-clean #10 13.28 make[3]: Entering directory '/checkout/lisp' #10 15.73 find . -name '*.elc' -delete #10 15.75 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #10 15.76 make[3]: Leaving directory '/checkout/lisp' #10 15.76 make -C admin/grammars bootstrap-clean #10 15.78 make[3]: Entering directory '/checkout/admin/grammars' #10 15.78 make[3]: Nothing to be done for 'bootstrap-clean'. #10 15.78 make[3]: Leaving directory '/checkout/admin/grammars' #10 15.81 [ ! -f config.log ] || mv -f config.log config.log~ #10 16.04 rm -rf ./info #10 16.06 rm -f ./etc/refcards/emacsver.tex #10 16.06 rm -rf native-lisp/ lisp/leim/ja-dic/ #10 16.08 rm -fr autom4te.cache config.cache #10 16.11 rm -f config.log ./doc/man/emacs.1 #10 16.13 make[2]: Leaving directory '/checkout' #10 16.13 cd . && ./autogen.sh autoconf #10 16.36 Checking whether you have the necessary tools... #10 16.36 (Read INSTALL.REPO for more details on building Emacs) #10 16.38 Checking for autoconf (need at least version 2.65) ... ok #10 16.55 Your system has the required tools. #10 16.61 Running 'autoreconf -fi -I m4' ... #10 55.46 Building 'aclocal.m4' in exec ... #10 55.46 Running 'autoreconf -fi' in exec ... #10 70.38 You can now run './autogen.sh git'. #10 70.38 make MAKEFILE_NAME=force-Makefile force-Makefile #10 70.40 make[2]: Entering directory '/checkout' #10 70.44 make[2]: *** No rule to make target 'echo-sources'. Stop. #10 70.67 if [ -x ./config.status ]; then \ #10 70.67 ./config.status --recheck; \ #10 70.67 else \ #10 70.67 ./configure --cache-file=/dev/null; \ #10 70.67 fi #10 70.93 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #10 71.39 checking for xcrun... no #10 71.41 checking for GNU Make... make #10 71.43 checking build system type... x86_64-pc-linux-gnu #10 72.14 checking host system type... x86_64-pc-linux-gnu #10 72.17 checking for gcc... gcc #10 72.33 checking whether the C compiler works... yes #10 72.71 checking for C compiler default output file name... a.out #10 72.71 checking for suffix of executables... #10 72.92 checking whether we are cross compiling... no #10 73.05 checking for suffix of object files... o #10 73.11 checking whether we are using the GNU C compiler... yes #10 73.17 checking whether gcc accepts -g... yes #10 73.22 checking for gcc option to enable C11 features... none needed #10 73.49 checking whether the compiler is clang... no #10 73.55 checking for compiler option needed when checking for declarations... none #10 73.56 checking whether gcc and cc understand -c and -o together... yes #10 73.80 checking how to run the C preprocessor... gcc -E #10 73.95 checking for grep that handles long lines and -e... /bin/grep #10 73.96 checking for egrep... /bin/grep -E #10 73.97 checking for ANSI C header files... yes #10 74.31 checking for sys/types.h... yes #10 74.41 checking for sys/stat.h... yes #10 74.50 checking for stdlib.h... yes #10 74.59 checking for string.h... yes #10 74.71 checking for memory.h... yes #10 74.95 checking for strings.h... yes #10 75.23 checking for inttypes.h... yes #10 75.44 checking for stdint.h... yes #10 75.59 checking for unistd.h... yes #10 75.70 checking for wchar.h... yes #10 75.82 checking for minix/config.h... no #10 75.89 checking for linux/fs.h... yes #10 76.11 checking for malloc.h... yes #10 76.21 checking for sys/systeminfo.h... no #10 76.30 checking for sys/sysinfo.h... yes #10 76.42 checking for coff.h... no #10 76.51 checking for pty.h... yes #10 76.70 checking for sys/resource.h... yes #10 78.10 checking for sys/utsname.h... yes #10 78.24 checking for pwd.h... yes #10 78.41 checking for util.h... no #10 78.57 checking for sanitizer/lsan_interface.h... yes #10 78.82 checking for sanitizer/asan_interface.h... yes #10 78.94 checking for sanitizer/common_interface_defs.h... yes #10 79.04 checking for sys/socket.h... yes #10 79.19 checking for stdlib.h... (cached) yes #10 79.22 checking for unistd.h... (cached) yes #10 79.24 checking for sys/param.h... yes #10 79.39 checking for pthread.h... yes #10 79.53 checking for malloc/malloc.h... no #10 79.61 checking for sys/un.h... yes #10 79.72 checking for utmp.h... yes #10 79.83 checking for utmpx.h... yes #10 79.96 checking for OS.h... no #10 80.05 checking for dirent.h... yes #10 80.18 checking for execinfo.h... yes #10 80.36 checking for linux/xattr.h... yes #10 80.59 checking for stdio_ext.h... yes #10 80.73 checking for sys/vfs.h... yes #10 80.83 checking for sys/fs_types.h... no #10 80.93 checking for getopt.h... yes #10 81.03 checking for sys/cdefs.h... yes #10 81.16 checking for sys/time.h... yes #10 81.29 checking for ieee754.h... yes #10 81.44 checking for limits.h... yes #10 81.56 checking for inttypes.h... (cached) yes #10 81.58 checking for sys/types.h... (cached) yes #10 81.60 checking for stdint.h... (cached) yes #10 81.62 checking for sys/select.h... yes #10 81.72 checking for stdbool.h... yes #10 81.81 checking for stdckdint.h... no #10 81.90 checking for sys/random.h... yes #10 82.01 checking for sys/stat.h... (cached) yes #10 82.03 checking whether it is safe to define __EXTENSIONS__... yes #10 82.12 checking whether _XOPEN_SOURCE should be defined... no #10 82.26 checking for Minix Amsterdam compiler... no #10 82.35 checking for ar... ar #10 82.35 checking for ranlib... ranlib #10 82.35 checking for gcc option to enable large file support... none needed #10 84.15 checking for gcc option for timestamps after 2038... none needed #10 84.37 checking for g++... g++ #10 85.52 checking whether we are using the GNU C++ compiler... yes #10 86.12 checking whether g++ accepts -g... yes #10 86.28 checking for g++ option to enable C++11 features... none needed #10 153.6 checking how to run the C++ preprocessor... g++ -E #10 154.0 checking whether gcc accepts -g3 -O2... yes #10 154.2 checking whether the compiler is clang... no #10 154.4 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 154.5 checking whether -Wno-missing-field-initializers is needed... yes #10 155.0 checking whether -Wuninitialized is supported... yes #10 155.4 checking whether C compiler handles -fstrict-flex-arrays... no #10 155.6 checking whether C compiler handles -Wall... yes #10 155.9 checking whether C compiler handles -Warith-conversion... yes #10 156.0 checking whether C compiler handles -Wdate-time... yes #10 156.3 checking whether C compiler handles -Wdisabled-optimization... yes #10 156.4 checking whether C compiler handles -Wdouble-promotion... yes #10 156.5 checking whether C compiler handles -Wduplicated-cond... yes #10 156.6 checking whether C compiler handles -Wextra... yes #10 156.8 checking whether C compiler handles -Wformat-signedness... yes #10 156.9 checking whether C compiler handles -Winit-self... yes #10 157.1 checking whether C compiler handles -Winvalid-pch... yes #10 157.5 checking whether C compiler handles -Wlogical-op... yes #10 158.0 checking whether C compiler handles -Wmissing-declarations... yes #10 159.5 checking whether C compiler handles -Wmissing-include-dirs... yes #10 159.8 checking whether C compiler handles -Wmissing-prototypes... yes #10 160.0 checking whether C compiler handles -Wnested-externs... yes #10 160.1 checking whether C compiler handles -Wnull-dereference... yes #10 160.2 checking whether C compiler handles -Wold-style-definition... yes #10 160.5 checking whether C compiler handles -Wopenmp-simd... yes #10 160.7 checking whether C compiler handles -Wpacked... yes #10 160.9 checking whether C compiler handles -Wpointer-arith... yes #10 161.0 checking whether C compiler handles -Wstrict-flex-arrays... no #10 161.1 checking whether C compiler handles -Wstrict-prototypes... yes #10 161.2 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 161.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 162.9 checking whether C compiler handles -Wsuggest-final-methods... yes #10 163.4 checking whether C compiler handles -Wsuggest-final-types... yes #10 163.8 checking whether C compiler handles -Wtrampolines... yes #10 164.3 checking whether C compiler handles -Wuninitialized... yes #10 164.9 checking whether C compiler handles -Wunknown-pragmas... yes #10 165.5 checking whether C compiler handles -Wunused-macros... yes #10 166.1 checking whether C compiler handles -Wvariadic-macros... yes #10 166.8 checking whether C compiler handles -Wvector-operation-performance... yes #10 167.1 checking whether C compiler handles -Wwrite-strings... yes #10 167.7 checking whether C compiler handles -Warray-bounds=2... yes #10 168.3 checking whether C compiler handles -Wattribute-alias=2... yes #10 168.8 checking whether C compiler handles -Wformat=2... yes #10 169.2 checking whether C compiler handles -Wformat-truncation=2... yes #10 169.8 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 170.3 checking whether C compiler handles -Wshift-overflow=2... yes #10 170.7 checking whether C compiler handles -Wuse-after-free=3... no #10 170.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 171.1 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 171.6 checking whether C compiler handles -Wredundant-decls... yes #10 171.9 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 171.9 checking whether C compiler handles -Wno-override-init... yes #10 172.2 checking whether C compiler handles -Wno-sign-compare... yes #10 172.6 checking whether C compiler handles -Wno-type-limits... yes #10 172.9 checking whether C compiler handles -Wno-unused-parameter... yes #10 173.2 checking whether C compiler handles -Wno-format-nonliteral... yes #10 173.5 checking whether C compiler handles -Wno-bidi-chars... no #10 173.7 checking for a BSD-compatible install... /usr/bin/install -c #10 173.8 checking command to symlink files in the same directory... ln -s #10 173.8 checking for install-info... : #10 173.8 checking for gzip... /bin/gzip #10 173.8 checking for 'find' args to delete a file... -delete #10 174.0 checking for brew... no #10 175.2 checking for -znocombreloc... not needed #10 175.2 checking whether addresses are sanitized... no #10 175.4 checking for math library... -lm #10 177.4 checking for struct passwd.pw_gecos... yes #10 177.7 checking for pkg-config... /usr/bin/pkg-config #10 177.7 checking pkg-config is at least version 0.9.0... yes #10 177.8 checking for machine/soundcard.h... no #10 177.9 checking for sys/soundcard.h... yes #10 178.2 checking for soundcard.h... no #10 178.5 checking for mmsystem.h... no #10 178.7 checking for _oss_ioctl in -lossaudio... no #10 179.0 checking for alsa >= 1.0.0... no #10 179.1 checking for ADDR_NO_RANDOMIZE... yes #10 179.3 checking if Linux sysinfo may be used... yes #10 179.7 checking for sys/wait.h that is POSIX.1 compatible... yes #10 180.0 checking for net/if.h... yes #10 180.5 checking for ifaddrs.h... yes #10 181.2 checking for net/if_dl.h... no #10 181.4 checking for struct ifreq.ifr_flags... yes #10 181.9 checking for struct ifreq.ifr_hwaddr... yes #10 182.5 checking for struct ifreq.ifr_netmask... yes #10 183.3 checking for struct ifreq.ifr_broadaddr... yes #10 183.8 checking for struct ifreq.ifr_addr... yes #10 184.4 checking for struct ifreq.ifr_addr.sa_len... no #10 185.0 checking whether gcc understands -MMD -MF... yes #10 185.3 checking for X... no #10 185.9 checking AppKit/AppKit.h usability... yes #10 188.5 checking AppKit/AppKit.h presence... yes #10 189.7 checking for AppKit/AppKit.h... yes #10 189.7 checking for Mac OS X 12.0 or later... yes #10 189.8 checking for gcc... gcc #10 190.0 checking whether we are using the GNU Objective C compiler... yes #10 190.2 checking whether gcc accepts -g... yes #10 190.5 checking if the Objective C compiler supports instancetype... yes #10 190.7 checking if the Objective C compiler defaults to C99... no #10 190.9 checking whether malloc is Doug Lea style... no #10 191.2 checking for sbrk... yes #10 191.5 checking for __lsan_ignore_object... no #10 191.9 checking for fchmod... yes #10 192.3 checking for utmpname... yes #10 192.8 checking for utmpxname... yes #10 193.2 checking for canonicalize_file_name... yes #10 193.7 checking for realpath... yes #10 194.1 checking for lstat... yes #10 194.5 checking for fchmodat... yes #10 194.9 checking for lchmod... no #10 195.1 checking for fcntl... yes #10 195.9 checking for fdopendir... yes #10 196.4 checking for listxattr... yes #10 196.8 checking for fstatat... yes #10 197.2 checking for fsync... yes #10 197.7 checking for gettimeofday... yes #10 198.2 checking for memset_explicit... no #10 198.6 checking for memset_s... no #10 199.0 checking for pselect... yes #10 199.7 checking for readlink... yes #10 200.3 checking for isblank... yes #10 200.9 checking for iswctype... yes #10 201.5 checking for strtoimax... yes #10 201.9 checking for symlink... yes #10 202.4 checking for localtime_r... yes #10 203.1 checking for getdtablesize... yes #10 203.8 checking for getpagesize... yes #10 204.4 checking for working mmap... yes #10 205.3 checking for main in -lXbsd... no #10 205.8 checking for pthread library... -lpthread #10 207.4 checking for thread support... yes #10 207.4 checking for librsvg-2.0 >= 2.14.0... no #10 207.5 checking for libwebpdemux >= 0.6.0... no #10 207.6 checking for WebPGetInfo... no #10 208.3 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #10 208.3 checking for sqlite3_open_v2 in -lsqlite3... no #10 208.7 checking for getaddrinfo_a in -lanl... yes #10 209.0 checking for malloc_trim... yes #10 209.8 checking for dbus-1 >= 1.0... yes #10 209.9 checking for dbus_watch_get_unix_fd... yes #10 210.5 checking for dbus_type_is_valid... yes #10 211.0 checking for dbus_validate_bus_name... yes #10 211.5 checking for dbus_validate_path... yes #10 212.0 checking for dbus_validate_interface... yes #10 212.4 checking for dbus_validate_member... yes #10 212.9 checking for lgetfilecon in -lselinux... no #10 213.3 checking for gnutls >= 2.12.2... yes #10 213.4 checking for libsystemd >= 222... no #10 213.5 checking for jansson >= 2.7... no #10 213.5 checking for tree-sitter >= 0.20.2... no #10 213.5 checking for tree-sitter >= 0.6.3... no #10 213.6 checking sys/inotify.h usability... yes #10 213.9 checking sys/inotify.h presence... yes #10 213.9 checking for sys/inotify.h... yes #10 213.9 checking for inotify_init1... yes #10 214.5 checking for jpeglib 6b or later... no #10 214.9 checking for lcms2... no #10 214.9 checking for library containing inflateEnd... -lz #10 215.6 checking for dladdr... yes #10 216.2 checking for dlfunc... no #10 216.6 checking for libpng >= 1.0.0... no #10 216.6 checking for libpng not configured by pkg-config... no #10 216.7 checking tiffio.h usability... no #10 217.0 checking tiffio.h presence... no #10 217.1 checking for tiffio.h... no #10 217.1 checking gif_lib.h usability... no #10 217.6 checking gif_lib.h presence... no #10 217.7 checking for gif_lib.h... no #10 217.7 checking gpm.h usability... no #10 218.1 checking gpm.h presence... no #10 218.2 checking for gpm.h... no #10 218.2 checking for libxml-2.0 > 2.6.17... no #10 218.2 checking for maillock in -lmail... no #10 218.5 checking for maillock in -llockfile... no #10 218.7 checking for liblockfile.so... no #10 218.7 checking maillock.h usability... no #10 219.0 checking maillock.h presence... no #10 219.1 checking for maillock.h... no #10 219.2 checking linux/seccomp.h usability... yes #10 219.8 checking linux/seccomp.h presence... yes #10 219.9 checking for linux/seccomp.h... yes #10 220.0 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 220.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 220.5 checking linux/filter.h usability... yes #10 221.0 checking linux/filter.h presence... yes #10 221.2 checking for linux/filter.h... yes #10 221.3 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 221.4 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 221.4 checking for libseccomp >= 2.5.2... no #10 221.5 checking size of long... 8 #10 222.6 checking for accept4... yes #10 223.2 checking for fchdir... yes #10 223.6 checking for gethostname... yes #10 224.0 checking for getrusage... yes #10 224.6 checking for get_current_dir_name... yes #10 224.9 checking for lrand48... yes #10 225.3 checking for random... yes #10 225.8 checking for rint... yes #10 226.5 checking for tcdrain... yes #10 226.9 checking for trunc... yes #10 227.6 checking for select... yes #10 228.2 checking for getpagesize... (cached) yes #10 228.2 checking for setlocale... yes #10 228.7 checking for newlocale... yes #10 229.3 checking for getrlimit... yes #10 229.6 checking for setrlimit... yes #10 230.0 checking for shutdown... yes #10 230.5 checking for pthread_sigmask... (cached) yes #10 230.6 checking for strsignal... yes #10 231.2 checking for setitimer... yes #10 231.7 checking for sendto... yes #10 232.3 checking for recvfrom... yes #10 232.9 checking for getsockname... yes #10 233.2 checking for getifaddrs... yes #10 233.7 checking for freeifaddrs... yes #10 234.1 checking for gai_strerror... yes #10 234.5 checking for sync... yes #10 235.0 checking for endpwent... yes #10 235.4 checking for getgrent... yes #10 236.2 checking for endgrent... yes #10 236.7 checking for renameat2... yes #10 237.1 checking for cfmakeraw... yes #10 237.5 checking for cfsetspeed... yes #10 237.7 checking for __executable_start... yes #10 238.1 checking for log2... yes #10 238.7 checking for pthread_setname_np... yes #10 239.2 checking for pthread_set_name_np... no #10 239.6 checking for getpwent... yes #10 239.9 checking whether pthread_setname_np takes a single argument... no #10 240.1 checking whether pthread_setname_np takes three arguments... no #10 240.4 checking for aligned_alloc... yes #10 241.0 checking whether aligned_alloc is declared... yes #10 241.3 checking for posix_madvise... yes #10 241.7 checking for madvise... yes #10 242.1 checking for __builtin_frame_address... yes #10 242.5 checking for __builtin_unwind_init... yes #10 243.1 checking for _LARGEFILE_SOURCE value needed for large files... no #10 243.6 checking for grantpt... yes #10 244.0 checking for getpt... yes #10 244.5 checking for posix_openpt... yes #10 244.9 checking for library containing tputs... -ltinfo #10 245.7 checking whether -ltinfo library defines BC... yes #10 246.0 checking for timerfd interface... yes #10 246.3 checking whether signals can be handled on alternate stack... yes #10 246.7 checking valgrind/valgrind.h usability... no #10 247.0 checking valgrind/valgrind.h presence... no #10 247.1 checking for valgrind/valgrind.h... no #10 247.1 checking for struct unipair.unicode... yes #10 247.4 checking for pid_t... yes #10 248.3 checking vfork.h usability... no #10 248.7 checking vfork.h presence... no #10 248.7 checking for vfork.h... no #10 248.8 checking for fork... yes #10 249.2 checking for vfork... yes #10 249.8 checking for working fork... yes #10 250.4 checking for working vfork... (cached) yes #10 250.5 checking for snprintf... yes #10 251.1 checking for open_memstream... yes #10 251.6 checking spawn.h usability... yes #10 252.0 checking spawn.h presence... yes #10 252.0 checking for spawn.h... yes #10 252.1 checking for posix_spawn... yes #10 252.4 checking for posix_spawn_file_actions_addchdir... no #10 253.0 checking for posix_spawn_file_actions_addchdir_np... yes #10 253.5 checking for posix_spawnattr_setflags... yes #10 254.0 checking whether POSIX_SPAWN_SETSID is declared... yes #10 254.2 checking whether GLib is linked in... no #10 254.4 checking for nl_langinfo and CODESET... yes #10 254.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 255.3 checking for mbstate_t... yes #10 255.8 checking for signals via characters... yes #10 256.3 checking for _setjmp... yes #10 256.6 checking for sigsetjmp... yes #10 257.1 checking POSIX termios... yes #10 257.9 checking size of speed_t... 4 #10 258.6 checking for usable FIONREAD... yes #10 259.0 checking for usable SIGIO... yes #10 259.4 checking for struct alignment... yes #10 259.7 checking for C/C++ restrict keyword... __restrict__ #10 260.0 checking for typeof syntax and keyword spelling... typeof #10 260.2 checking for statement expressions... yes #10 260.4 checking whether malloc (0) returns nonnull... yes #10 260.8 checking sys/acl.h usability... yes #10 261.3 checking sys/acl.h presence... yes #10 261.4 checking for sys/acl.h... yes #10 261.4 checking for library containing acl_get_file... -lacl #10 262.2 checking for acl_get_file... yes #10 262.6 checking for acl_get_fd... yes #10 263.0 checking for acl_set_file... yes #10 263.5 checking for acl_set_fd... yes #10 264.0 checking for acl_free... yes #10 264.8 checking for acl_from_mode... yes #10 265.3 checking for acl_from_text... yes #10 265.9 checking for acl_delete_def_file... yes #10 266.4 checking for acl_extended_file... yes #10 266.8 checking for acl_delete_fd_np... no #10 267.2 checking for acl_delete_file_np... no #10 267.5 checking for acl_copy_ext_native... no #10 268.1 checking for acl_create_entry_np... no #10 268.5 checking for acl_to_short_text... no #10 269.0 checking for acl_free_text... no #10 269.3 checking for working acl_get_file... yes #10 269.7 checking acl/libacl.h usability... yes #10 270.1 checking acl/libacl.h presence... yes #10 270.3 checking for acl/libacl.h... yes #10 270.3 checking for acl_entries... yes #10 270.8 checking for ACL_FIRST_ENTRY... yes #10 271.1 checking for ACL_TYPE_EXTENDED... no #10 271.2 checking for working alloca.h... yes #10 271.7 checking for alloca... yes #10 272.0 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 272.0 checking whether the preprocessor supports include_next... yes #10 272.2 checking whether source code line length is unlimited... yes #10 272.3 checking whether endutent is declared... yes #10 272.4 checking for struct utmpx.ut_user... yes #10 272.7 checking for struct utmp.ut_user... yes #10 273.0 checking for struct utmpx.ut_name... yes #10 273.5 checking for struct utmp.ut_name... yes #10 273.9 checking for struct utmpx.ut_type... yes #10 274.3 checking for struct utmp.ut_type... yes #10 274.6 checking for struct utmpx.ut_pid... yes #10 275.0 checking for struct utmp.ut_pid... yes #10 275.3 checking for struct utmp.ut_tv... yes #10 276.0 checking for struct utmpx.ut_host... yes #10 276.6 checking for struct utmp.ut_host... yes #10 276.8 checking for struct utmpx.ut_id... yes #10 277.0 checking for struct utmp.ut_id... yes #10 277.6 checking for struct utmpx.ut_session... yes #10 278.2 checking for struct utmp.ut_session... yes #10 278.5 checking for struct utmpx.ut_exit... yes #10 279.4 checking for struct utmp.ut_exit... yes #10 280.4 checking for struct utmpx.ut_exit.ut_exit... no #10 281.4 checking for struct utmpx.ut_exit.e_exit... yes #10 282.0 checking for struct utmp.ut_exit.e_exit... yes #10 282.5 checking for struct utmpx.ut_exit.ut_termination... no #10 283.2 checking for struct utmpx.ut_exit.e_termination... yes #10 283.8 checking for struct utmp.ut_exit.e_termination... yes #10 284.3 checking whether sysinfo is declared... yes #10 284.6 checking for sys/sysctl.h... yes #10 285.0 checking for sysctl... yes #10 285.6 checking whether lstat correctly handles trailing slash... yes #10 286.2 checking whether // is distinct from /... no #10 286.3 checking whether realpath works... yes #10 286.9 checking for faccessat... yes #10 287.5 checking for getcwd... yes #10 288.3 checking whether byte ordering is bigendian... no #10 289.0 checking if environ is properly declared... yes #10 289.3 checking for complete errno.h... yes #10 289.4 checking whether ctype.h defines __header_inline... no #10 289.7 checking for mode_t... yes #10 290.3 checking whether strmode is declared... no #10 290.6 checking whether getline is declared... yes #10 290.9 checking for gawk... no #10 291.0 checking for mawk... mawk #10 291.0 checking for getopt.h... (cached) yes #10 291.0 checking for getopt_long_only... yes #10 291.4 checking whether getopt is POSIX compatible... yes #10 293.2 checking for working GNU getopt function... yes #10 293.8 checking for working GNU getopt_long function... yes #10 294.5 checking whether timespec_get is declared... yes #10 294.8 checking for timespec_get... yes #10 295.3 checking for struct timeval... yes #10 295.6 checking for wide-enough struct timeval.tv_sec member... yes #10 295.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 296.1 checking whether the compiler produces multi-arch binaries... no #10 296.3 checking whether stdint.h conforms to C99... yes #10 297.1 checking whether stdint.h works without ISO C predefines... yes #10 297.4 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 297.8 checking whether memmem is declared... yes #10 298.3 checking whether memrchr is declared... yes #10 298.7 checking whether defines MIN and MAX... no #10 298.8 checking whether defines MIN and MAX... yes #10 299.1 checking whether time_t is signed... yes #10 299.4 checking whether alarm is declared... yes #10 299.8 checking for working mktime... no #10 300.9 checking whether struct tm is in sys/time.h or time.h... time.h #10 301.2 checking for struct tm.tm_zone... yes #10 301.5 checking for struct tm.tm_gmtoff... yes #10 301.7 checking whether is self-contained... yes #10 302.5 checking for inline... inline #10 302.8 checking for sigset_t... yes #10 303.2 checking for volatile sig_atomic_t... yes #10 303.6 checking for sighandler_t... yes #10 304.1 checking for wchar_t... yes #10 304.3 checking for good max_align_t... yes #10 304.6 checking whether NULL can be used in arbitrary expressions... yes #10 304.7 checking for unreachable... no #10 305.2 checking whether fcloseall is declared... yes #10 305.6 checking whether getw is declared... yes #10 306.2 checking whether putw is declared... yes #10 306.9 checking which flavor of printf attribute matches inttypes macros... system #10 307.2 checking whether strnlen is declared... yes #10 307.8 checking whether strtoimax is declared... yes #10 308.3 checking whether stat file-mode macros are broken... no #10 308.7 checking for nlink_t... yes #10 309.5 checking for struct timespec in ... yes #10 309.8 checking for TIME_UTC in ... yes #10 310.2 checking whether execvpe is declared... yes #10 310.7 checking whether clearerr_unlocked is declared... yes #10 311.2 checking whether feof_unlocked is declared... yes #10 311.5 checking whether ferror_unlocked is declared... yes #10 312.0 checking whether fflush_unlocked is declared... yes #10 312.3 checking whether fgets_unlocked is declared... yes #10 312.8 checking whether fputc_unlocked is declared... yes #10 313.4 checking whether fputs_unlocked is declared... yes #10 313.8 checking whether fread_unlocked is declared... yes #10 314.2 checking whether fwrite_unlocked is declared... yes #10 314.6 checking whether getc_unlocked is declared... yes #10 315.0 checking whether getchar_unlocked is declared... yes #10 315.5 checking whether putc_unlocked is declared... yes #10 316.0 checking whether putchar_unlocked is declared... yes #10 316.5 checking type of array argument to getgroups... gid_t #10 317.1 checking whether getdelim is declared... yes #10 317.4 checking whether getdtablesize is declared... yes #10 317.7 checking whether malloc is ptrdiff_t safe... yes #10 318.1 checking whether malloc, realloc, calloc set errno on failure... yes #10 318.1 checking for O_CLOEXEC... yes #10 318.3 checking for promoted mode_t type... mode_t #10 318.4 checking whether the utimes function works... yes #10 318.9 checking for C compiler option to allow warnings... -Wno-error #10 319.6 checking for alignas and alignof... yes, macros #10 320.1 checking for alloca as a compiler built-in... yes #10 320.2 checking for static_assert... yes, an macro #10 320.7 checking for __builtin_expect... yes #10 321.2 checking byteswap.h usability... yes #10 321.7 checking byteswap.h presence... yes #10 321.8 checking for byteswap.h... yes #10 321.8 checking for readlinkat... yes #10 322.6 checking for library containing clock_gettime... none required #10 323.2 checking for clock_getres... yes #10 323.9 checking for clock_gettime... yes #10 324.7 checking for clock_settime... yes #10 325.6 checking for copy_file_range... yes #10 326.2 checking for d_type member in directory struct... yes #10 326.8 checking whether // is distinct from /... (cached) no #10 326.8 checking whether dup2 works... yes #10 327.8 checking for library containing backtrace_symbols_fd... none required #10 328.4 checking for faccessat... (cached) yes #10 328.4 checking whether fchmodat works... no #10 329.7 checking for readlinkat... (cached) yes #10 329.7 checking whether fcntl handles F_DUPFD correctly... yes #10 330.3 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 330.8 checking whether fdopendir is declared... yes #10 331.0 checking whether fdopendir works... yes #10 331.5 checking for flexible array member... yes #10 331.9 checking for __fpending... yes #10 332.4 checking whether __fpending is declared... yes #10 332.6 checking whether free is known to preserve errno... no #10 332.9 checking whether fstatat (..., 0) works... yes #10 333.2 checking for sys/mount.h... yes #10 333.6 checking for statvfs function (SVR4)... yes #10 334.0 checking whether to use statvfs64... no #10 334.2 checking for two-argument statfs with statfs.f_frsize member... yes #10 334.5 checking sys/fs/s5param.h usability... no #10 334.7 checking sys/fs/s5param.h presence... no #10 334.8 checking for sys/fs/s5param.h... no #10 334.8 checking sys/statfs.h usability... yes #10 335.0 checking sys/statfs.h presence... yes #10 335.1 checking for sys/statfs.h... yes #10 335.1 checking for statfs that truncates block counts... no #10 335.4 checking for futimens... yes #10 335.7 checking whether futimens works... yes #10 337.3 checking for getline... yes #10 337.9 checking for working getline function... yes #10 338.3 checking for getloadavg... yes #10 338.7 checking sys/loadavg.h usability... no #10 338.9 checking sys/loadavg.h presence... no #10 339.1 checking for sys/loadavg.h... no #10 339.1 checking whether getloadavg is declared... yes #10 339.4 checking for getrandom... yes #10 340.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 340.3 checking for gettimeofday with POSIX signature... yes #10 340.8 checking whether the compiler supports the __inline keyword... yes #10 341.1 checking gmp.h usability... yes #10 341.6 checking gmp.h presence... yes #10 341.8 checking for gmp.h... yes #10 341.8 checking for library containing __gmpz_roinit_n... -lgmp #10 342.6 checking for memmem... yes #10 342.7 checking whether memmem works... yes #10 343.1 checking for mempcpy... yes #10 343.6 checking for memrchr... yes #10 344.1 checking for explicit_memset... no #10 344.6 checking for mkostemp... yes #10 344.9 checking for library containing nanosleep... none required #10 345.1 checking for working nanosleep... no (mishandles large arguments) #10 346.9 checking for sys/pstat.h... no #10 347.2 checking for sys/sysmp.h... no #10 347.3 checking for sys/param.h... (cached) yes #10 347.4 checking for sys/sysctl.h... (cached) yes #10 347.4 checking for sched_getaffinity_np... no #10 348.1 checking for pstat_getdynamic... no #10 348.6 checking for sysmp... no #10 349.1 checking for sysctl... (cached) yes #10 349.1 checking for sched_getaffinity... yes #10 349.4 checking for glibc compatible sched_getaffinity... yes #10 349.5 checking for pipe2... yes #10 349.7 checking whether signature of pselect conforms to POSIX... yes #10 349.9 checking whether pselect detects invalid fds... yes #10 350.3 checking whether pthread_sigmask is a macro... no #10 350.4 checking whether pthread_sigmask returns error numbers... yes #10 350.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 353.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 354.7 checking whether readlink signature is correct... yes #10 355.1 checking whether readlink handles trailing slash correctly... yes #10 355.8 checking whether readlink truncates results correctly... yes #10 356.4 checking for readlinkat... (cached) yes #10 356.4 checking whether readlinkat signature is correct... yes #10 356.8 checking for working re_compile_pattern... no #10 358.2 checking libintl.h usability... yes #10 358.7 checking libintl.h presence... yes #10 358.8 checking for libintl.h... yes #10 358.8 checking whether isblank is declared... yes #10 359.0 checking for sig2str... no #10 359.5 checking for sigdescr_np... no #10 360.0 checking for socklen_t... yes #10 360.6 checking for ssize_t... yes #10 360.7 checking for struct stat.st_atim.tv_nsec... yes #10 360.9 checking whether struct stat.st_atim is of type struct timespec... yes #10 361.1 checking for struct stat.st_birthtimespec.tv_nsec... no #10 361.5 checking for struct stat.st_birthtimensec... no #10 362.0 checking for struct stat.st_birthtim.tv_nsec... no #10 362.4 checking for bool, true, false... no #10 362.6 checking for stpcpy... yes #10 363.0 checking for working strnlen... yes #10 363.6 checking whether strtoimax works... yes #10 364.1 checking whether symlink handles trailing slash correctly... yes #10 364.5 checking whether localtime_r is declared... yes #10 364.7 checking whether localtime_r is compatible with its POSIX signature... yes #10 364.9 checking whether localtime works even near extrema... yes #10 365.3 checking for timezone_t... no #10 365.5 checking for timegm... yes #10 366.0 checking whether timer_settime is declared... yes #10 366.3 checking for library containing timer_settime... -lrt #10 366.8 checking for timer_settime... yes #10 367.1 checking for utimensat... yes #10 367.5 checking whether utimensat works... yes #10 369.3 checking for variable-length arrays... yes #10 370.1 checking whether getdtablesize works... yes #10 370.8 checking for __mktime_internal... no #10 371.5 checking for timer_getoverrun... yes #10 371.9 checking for gcc option to disable position independent executables... not needed #10 371.9 checking for __ctype_get_mb_cur_max... yes #10 372.3 checking whether MB_CUR_MAX is defined to function that won't link... no #10 372.4 #10 372.4 Configured for 'x86_64-pc-linux-gnu'. #10 372.4 #10 372.4 Where should the build process find the source code? . #10 372.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 372.4 Should Emacs use the GNU version of malloc? no #10 372.4 (The GNU allocators don't work with this system configuration.) #10 372.4 Should Emacs use a relocating allocator for buffers? no #10 372.4 Should Emacs use mmap(2) for buffer allocation? no #10 372.4 What window system should Emacs use? nextstep #10 372.4 What toolkit should Emacs use? none #10 372.4 Where do we find X Windows header files? NONE #10 372.4 Where do we find X Windows libraries? NONE #10 372.4 Does Emacs use -lXaw3d? no #10 372.4 Is Emacs being built for Android? no #10 372.4 Does Emacs use the X Double Buffer Extension? no #10 372.4 Does Emacs use -lXpm? no #10 372.4 Does Emacs use -ljpeg? no #10 372.4 Does Emacs use -ltiff? no #10 372.4 Does Emacs use a gif library? no #10 372.4 Does Emacs use a png library? no #10 372.4 Does Emacs use -lrsvg-2? no #10 372.4 Does Emacs use -lwebp? no #10 372.4 Does Emacs use -lsqlite3? no #10 372.4 Does Emacs use cairo? no #10 372.4 Does Emacs use -llcms2? no #10 372.4 Does Emacs use imagemagick? no #10 372.4 Does Emacs use native APIs for images? yes (ns) #10 372.4 Does Emacs support sound? yes #10 372.4 Does Emacs use -lgpm? no #10 372.4 Does Emacs use -ldbus? yes #10 372.4 Does Emacs use -lgconf? no #10 372.4 Does Emacs use GSettings? no #10 372.4 Does Emacs use a file notification library? yes -lglibc (inotify) #10 372.4 Does Emacs use access control lists? yes -lacl -lattr #10 372.4 Does Emacs use -lselinux? no #10 372.4 Does Emacs use -lgnutls? yes #10 372.4 Does Emacs use -lxml2? no #10 372.4 Does Emacs use -lfreetype? no #10 372.4 Does Emacs use HarfBuzz? no #10 372.4 Does Emacs use -lm17n-flt? no #10 372.4 Does Emacs use -lotf? no #10 372.4 Does Emacs use -lxft? no #10 372.4 Does Emacs use -lsystemd? no #10 372.4 Does Emacs use -ljansson? no #10 372.4 Does Emacs use -ltree-sitter? no #10 372.4 Does Emacs use the GMP library? yes #10 372.4 Does Emacs directly use zlib? yes #10 372.4 Does Emacs have dynamic modules support? yes #10 372.4 Does Emacs use toolkit scroll bars? yes #10 372.4 Does Emacs support Xwidgets? no #10 372.4 Does Emacs have threading support in lisp? yes #10 372.4 Does Emacs support the portable dumper? yes #10 372.4 Does Emacs support legacy unexec dumping? no #10 372.4 Which dumping strategy does Emacs use? pdumper #10 372.4 Does Emacs have native lisp compiler? no #10 372.4 Does Emacs use version 2 of the X Input Extension? no #10 372.4 Does Emacs generate a smaller-size Japanese dictionary? no #10 372.4 #10 372.4 #10 372.4 #10 372.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #10 372.4 Run 'make install' in order to build an application bundle. #10 372.4 The application will go to nextstep/Emacs.app and can be run or moved #10 372.4 from there. #10 372.4 The application will be fully self-contained. #10 372.4 #10 373.8 configure: creating ./config.status #10 374.4 configure: WARNING: This configuration installs a 'movemail' program #10 374.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 374.4 installed a 'movemail' program that retrieved POP3 email via only #10 374.4 insecure channels, a practice that is no longer recommended but that #10 374.4 you can continue to support by using './configure --with-pop'. #10 374.4 configure: You might want to install GNU Mailutils #10 374.4 and use './configure --with-mailutils'. #10 375.8 MAKE='make' ./config.status #10 376.2 config.status: creating src/verbose.mk #10 376.3 config.status: creating src/emacs-module.h #10 376.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #10 376.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #10 376.8 config.status: creating Makefile #10 376.9 config.status: creating lib/gnulib.mk #10 377.0 config.status: creating ./doc/man/emacs.1 #10 377.2 config.status: creating lib/Makefile #10 377.4 config.status: creating lib-src/Makefile #10 377.6 config.status: creating oldXMenu/Makefile #10 377.7 config.status: creating src/Makefile #10 377.8 config.status: creating lwlib/Makefile #10 378.0 config.status: creating nextstep/Makefile #10 378.1 config.status: creating nt/Makefile #10 378.2 config.status: creating doc/emacs/Makefile #10 378.3 config.status: creating doc/misc/Makefile #10 378.4 config.status: creating doc/lispintro/Makefile #10 378.6 config.status: creating doc/lispref/Makefile #10 378.8 config.status: creating lisp/Makefile #10 378.9 config.status: creating leim/Makefile #10 379.0 config.status: creating test/Makefile #10 379.1 config.status: creating test/manual/noverlay/Makefile #10 379.3 config.status: creating test/infra/Makefile #10 379.3 config.status: creating admin/charsets/Makefile #10 379.6 config.status: creating admin/unidata/Makefile #10 379.9 config.status: creating admin/grammars/Makefile #10 380.2 config.status: creating java/Makefile #10 380.3 config.status: creating cross/Makefile #10 380.4 config.status: creating java/AndroidManifest.xml #10 380.6 config.status: creating src/config.h #10 380.7 config.status: executing src/epaths.h commands #10 380.7 make[3]: Entering directory '/checkout' #10 380.8 make[3]: Leaving directory '/checkout' #10 380.9 config.status: executing src/.gdbinit commands #10 380.9 config.status: executing doc/emacs/emacsver.texi commands #10 381.0 config.status: executing etc-refcards-emacsver.tex commands #10 381.0 make[3]: Entering directory '/checkout' #10 381.1 make[3]: Leaving directory '/checkout' #10 381.1 make[2]: Leaving directory '/checkout' #10 381.1 make actual-all #10 381.2 make[2]: Entering directory '/checkout' #10 381.5 make -C lib all #10 381.8 make[3]: Entering directory '/checkout/lib' #10 381.8 GEN alloca.h #10 381.9 GEN dirent.h #10 382.0 GEN fcntl.h #10 382.0 GEN malloc/dynarray.gl.h #10 382.0 GEN malloc/dynarray-skeleton.gl.h #10 382.1 GEN inttypes.h #10 382.2 GEN limits.h #10 382.3 GEN signal.h #10 382.3 GEN stdckdint.h #10 382.4 GEN stddef.h #10 382.5 GEN stdio.h #10 383.0 GEN stdlib.h #10 383.4 GEN string.h #10 383.7 GEN sys/random.h #10 383.7 GEN sys/select.h #10 383.8 GEN sys/stat.h #10 383.9 GEN sys/time.h #10 384.0 GEN sys/types.h #10 384.0 GEN time.h #10 384.1 GEN unistd.h #10 384.7 CC fingerprint.o #10 385.2 CC mktime.o #10 386.7 CC acl-errno-valid.o #10 387.0 CC acl-internal.o #10 387.5 CC get-permissions.o #10 387.7 CC set-permissions.o #10 388.4 CC allocator.o #10 388.6 CC binary-io.o #10 388.8 CC boot-time.o #10 389.9 CC c-ctype.o #10 390.3 CC c-strcasecmp.o #10 390.8 CC c-strncasecmp.o #10 391.0 CC careadlinkat.o #10 391.5 CC close-stream.o #10 391.7 CC copy-file-range.o #10 392.1 CC count-leading-zeros.o #10 392.4 CC count-one-bits.o #10 392.9 CC count-trailing-zeros.o #10 394.1 CC md5-stream.o #10 394.5 CC md5.o #10 395.7 CC sha1.o #10 398.4 CC sha256.o #10 402.9 CC sha512.o #10 410.9 CC dtoastr.o #10 411.5 CC dtotimespec.o #10 411.9 CC fchmodat.o #10 412.5 CC fcntl.o #10 413.0 CC file-has-acl.o #10 413.6 CC filemode.o #10 414.0 CC filevercmp.o #10 414.9 CC free.o #10 415.3 CC fsusage.o #10 415.9 CC gettime.o #10 416.3 CC malloc/dynarray_at_failure.o #10 416.8 CC malloc/dynarray_emplace_enlarge.o #10 417.1 CC malloc/dynarray_finalize.o #10 417.4 CC malloc/dynarray_resize.o #10 417.9 CC malloc/dynarray_resize_clear.o #10 418.2 CC memset_explicit.o #10 418.4 CC nanosleep.o #10 418.7 CC nproc.o #10 419.3 CC nstrftime.o #10 422.5 CC pipe2.o #10 422.9 CC qcopy-acl.o #10 423.3 CC regex.o #10 444.5 CC sig2str.o #10 445.2 CC sigdescr_np.o #10 445.5 CC stat-time.o #10 446.2 CC tempname.o #10 447.2 CC time_rz.o #10 448.0 CC timegm.o #10 448.4 CC timespec.o #10 448.7 CC timespec-add.o #10 448.9 CC timespec-sub.o #10 449.2 CC u64.o #10 449.3 CC unistd.o #10 449.5 CC openat-die.o #10 449.9 CC save-cwd.o #10 450.3 AR libgnu.a #10 451.5 make[3]: Leaving directory '/checkout/lib' #10 451.5 make -C lib-src all #10 451.6 make[3]: Entering directory '/checkout/lib-src' #10 451.6 CCLD etags #10 468.8 CCLD ctags #10 487.1 CCLD emacsclient #10 492.4 CCLD ebrowse #10 499.3 CCLD hexl #10 500.6 CC pop.o #10 500.8 CCLD movemail #10 501.6 CCLD make-docfile #10 506.6 CCLD make-fingerprint #10 508.0 make[3]: Leaving directory '/checkout/lib-src' #10 508.0 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #10 508.0 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #10 508.9 make[3]: Entering directory '/checkout/src' #10 508.9 GEN globals.h #10 509.7 CC dispnew.o #10 533.9 CC frame.o #10 555.3 CC scroll.o #10 558.0 CC xdisp.o #10 687.6 CC menu.o #10 693.3 CC window.o #10 721.7 CC charset.o #10 738.4 CC coding.o #10 800.2 CC category.o #10 805.1 CC ccl.o #10 820.8 CC character.o #10 830.1 CC chartab.o #10 840.6 CC bidi.o #10 849.0 CC cm.o #10 852.2 CC term.o #10 871.3 CC terminal.o #10 875.5 CC xfaces.o #10 904.4 CC dbusbind.o #10 919.8 CC emacs.o #10 926.6 CC keyboard.o #10 973.8 CC macros.o #10 975.7 CC keymap.o #10 991.4 CC sysdep.o #10 998.7 CC bignum.o #10 1002. CC buffer.o #10 1018. CC filelock.o #10 1022. CC insdel.o #10 1030. CC marker.o #10 1033. CC minibuf.o #10 1043. CC fileio.o #10 1061. CC dired.o #10 1065. CC cmds.o #10 1069. CC casetab.o #10 1070. CC casefiddle.o #10 1074. CC indent.o #10 1084. CC search.o #10 1098. CC regex-emacs.o #10 1126. CC undo.o #10 1128. CC alloc.o #10 1145. CC pdumper.o #10 1158. CC data.o #10 1173. GEN buildobj.h #10 1174. CC doc.o #10 1177. CC editfns.o #10 1197. CC callint.o #10 1201. CC eval.o #10 1224. CC floatfns.o #10 1231. CC fns.o #10 1263. CC sort.o #10 1266. CC font.o #10 1290. CC print.o #10 1301. CC lread.o #10 1319. CC emacs-module.o #10 1326. CC syntax.o #10 1346. CC bytecode.o #10 1357. CC comp.o #10 1358. CC dynlib.o #10 1358. CC process.o #10 1387. CC gnutls.o #10 1400. CC callproc.o #10 1408. CC region-cache.o #10 1412. CC sound.o #10 1415. CC timefns.o #10 1424. CC atimer.o #10 1426. CC doprnt.o #10 1429. CC intervals.o #10 1436. CC textprop.o #10 1448. CC composite.o #10 1459. CC xml.o #10 1460. CC lcms.o #10 1460. CC inotify.o #10 1463. CC profiler.o #10 1466. CC decompress.o #10 1467. CC thread.o #10 1471. CC systhread.o #10 1472. CC sqlite.o #10 1473. CC treesit.o #10 1474. CC itree.o #10 1477. CC fontset.o #10 1487. CC fringe.o #10 1495. CC image.o #10 1505. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #10 1505. 143 | #define PIX_MASK_DRAW 1 #10 1505. | #10 1506. CC nsterm.o #10 1506. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1506. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1507. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1507. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1507. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1507. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1507. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1507. | ^~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1507. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1507. | ^~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1507. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1507. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1507. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1507. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 88 | #if GS_API_VERSION(0,011500) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1507. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1507. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1507. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1507. | ^~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1507. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1507. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1507. | ^~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1507. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1507. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1507. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1507. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1507. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1507. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1507. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1507. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 45 | #if GS_EXPOSE(NSArchiver) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 114 | #if GS_EXPOSE(NSBundle) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 43 | #if GS_EXPOSE(NSCache) #10 1507. | ^~~~~~~~~~~~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 113 | #if GS_EXPOSE(NSException) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1507. 303 | NSGetUncaughtExceptionHandler(); #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 53 | #if GS_EXPOSE(NSExpression) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1507. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1507. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1507. | ^ #10 1507. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1507. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1507. from nsgui.h:34, #10 1507. from dispextern.h:137, #10 1507. from nsterm.h:22, #10 1507. from nsterm.m:48: #10 1507. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1507. | ^ #10 1507. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1507. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1507. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 47 | #if GS_EXPOSE(NSTimer) #10 1508. | ^~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1508. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1508. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 46 | #if GS_EXPOSE(NSRunLoop) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1508. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 40 | #if GS_EXPOSE(NSDistantObject) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 74 | #if GS_EXPOSE(NSLock) #10 1508. | ^~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 125 | #if GS_EXPOSE(NSCondition) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 175 | #if GS_EXPOSE(NSConditionLock) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1508. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 134 | #if GS_EXPOSE(NSError) #10 1508. | ^~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1508. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 182 | #if GS_EXPOSE(NSURLHandle) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 73 | #if GS_EXPOSE(NSURL) #10 1508. | ^~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1508. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 633 | #if GS_EXPOSE(NSURLComponents) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 160 | #if GS_EXPOSE(NSPipe) #10 1508. | ^~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 215 | #if GS_EXPOSE(NSFileManager) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 42 | #if GS_EXPOSE(NSHost) #10 1508. | ^~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 47 | #if GS_EXPOSE(NSIndexPath) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 49 | #if GS_EXPOSE(NSIndexSet) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if GS_EXPOSE(NSInvocation) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 55 | #if GS_EXPOSE(NSKeyedArchiver) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 103 | #if GS_EXPOSE(NSLocale) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 361 | #if GS_EXPOSE(NSNetService) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 53 | #if GS_EXPOSE(NSPortCoder) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 77 | #if GS_EXPOSE(NSPort) #10 1508. | ^~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 202 | #if GS_EXPOSE(NSSocketPort) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 284 | #if GS_EXPOSE(NSMessagePort) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 47 | #if GS_EXPOSE(NSPortMessage) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 53 | #if GS_EXPOSE(NSProgress) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 42 | #if GS_EXPOSE(NSScanner) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 58 | #if GS_EXPOSE(NSSpellServer) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 51 | #if GS_EXPOSE(NSTask) #10 1508. | ^~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 59 | #if GS_EXPOSE(NSThread) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 87 | #if GS_EXPOSE(NSUndoManager) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 105 | #if GS_EXPOSE(NSURLCache) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 48 | #if GS_EXPOSE(NSURLConnection) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 56 | #if GS_EXPOSE(NSURLCredential) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 49 | #if GS_EXPOSE(NSURLDownload) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 92 | #if GS_EXPOSE(NSURLRequest) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 49 | #if GS_EXPOSE(NSURLResponse) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1508. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1508. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 72 | #if GS_EXPOSE(NSXMLParser) #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1508. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1508. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1508. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1508. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1508. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1508. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1508. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1508. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1508. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1508. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1508. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1508. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1508. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1508. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1508. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1508. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1508. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1508. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1508. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1508. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1508. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1508. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1508. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1508. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1508. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1508. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1508. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1508. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1508. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1508. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1508. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1508. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1508. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1508. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1508. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1508. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1508. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1508. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1508. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1508. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1508. from nsgui.h:34, #10 1508. from dispextern.h:137, #10 1508. from nsterm.h:22, #10 1508. from nsterm.m:48: #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1508. | ^ #10 1508. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1508. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1508. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1509. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1509. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1509. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1509. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1509. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1509. | ^~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1509. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1509. | ^~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1509. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1509. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1509. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1509. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1509. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1509. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1509. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1509. | ^ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1509. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1509. | ^ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 125 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 129 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 133 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 214 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 247 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 251 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 259 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 263 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 267 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 271 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 275 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 287 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 311 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 323 | __attribute__((unused)); #10 1509. | ^~~~~~~~~~~~~ #10 1509. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1509. from nsgui.h:34, #10 1509. from dispextern.h:137, #10 1509. from nsterm.h:22, #10 1509. from nsterm.m:48: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 493 | PSgsave() #10 1509. | ^~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 499 | PSgrestore() #10 1509. | ^~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 505 | PSinitgraphics() #10 1509. | ^~~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 622 | PSinitmatrix() #10 1509. | ^~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 669 | PSclip() #10 1509. | ^~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 675 | PSclosepath() #10 1509. | ^~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 687 | PSeoclip() #10 1509. | ^~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 693 | PSeofill() #10 1509. | ^~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 699 | PSfill() #10 1509. | ^~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 705 | PSflattenpath() #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 711 | PSinitclip() #10 1509. | ^~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 729 | PSnewpath() #10 1509. | ^~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 765 | PSreversepath() #10 1509. | ^~~~~~~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 783 | PSstroke() #10 1509. | ^~~~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1509. 835 | PSWait() #10 1509. | ^~~~~~ #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1509. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1510. nsterm.m: In function 'ns_set_undecorated': #10 1510. nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #10 1510. 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #10 1510. | ^ #10 1510. nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #10 1510. nsterm.m: In function '-[EmacsView showFontPanel]': #10 1510. nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #10 1510. 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #10 1510. | ^ #10 1536. CC nsfns.o #10 1536. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1536. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1537. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1537. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1537. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1537. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1537. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1537. | ^~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1537. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1537. | ^~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1537. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1537. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1537. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1537. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 88 | #if GS_API_VERSION(0,011500) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1537. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1537. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1537. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1537. | ^~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1537. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1537. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1537. | ^~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1537. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1537. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1537. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1537. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1537. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1537. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1537. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1537. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 45 | #if GS_EXPOSE(NSArchiver) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 114 | #if GS_EXPOSE(NSBundle) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 43 | #if GS_EXPOSE(NSCache) #10 1537. | ^~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 113 | #if GS_EXPOSE(NSException) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1537. 303 | NSGetUncaughtExceptionHandler(); #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 53 | #if GS_EXPOSE(NSExpression) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 47 | #if GS_EXPOSE(NSTimer) #10 1537. | ^~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1537. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1537. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 46 | #if GS_EXPOSE(NSRunLoop) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1537. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 40 | #if GS_EXPOSE(NSDistantObject) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 74 | #if GS_EXPOSE(NSLock) #10 1537. | ^~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 125 | #if GS_EXPOSE(NSCondition) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 175 | #if GS_EXPOSE(NSConditionLock) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1537. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 134 | #if GS_EXPOSE(NSError) #10 1537. | ^~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1537. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 182 | #if GS_EXPOSE(NSURLHandle) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 73 | #if GS_EXPOSE(NSURL) #10 1537. | ^~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1537. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 633 | #if GS_EXPOSE(NSURLComponents) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 160 | #if GS_EXPOSE(NSPipe) #10 1537. | ^~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 215 | #if GS_EXPOSE(NSFileManager) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 42 | #if GS_EXPOSE(NSHost) #10 1537. | ^~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 47 | #if GS_EXPOSE(NSIndexPath) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 49 | #if GS_EXPOSE(NSIndexSet) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if GS_EXPOSE(NSInvocation) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 55 | #if GS_EXPOSE(NSKeyedArchiver) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 103 | #if GS_EXPOSE(NSLocale) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1537. | ^ #10 1537. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1537. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1537. | ^ #10 1537. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1537. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1537. from nsgui.h:34, #10 1537. from dispextern.h:137, #10 1537. from nsterm.h:22, #10 1537. from nsfns.m:38: #10 1537. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1537. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1537. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 361 | #if GS_EXPOSE(NSNetService) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 53 | #if GS_EXPOSE(NSPortCoder) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1538. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 77 | #if GS_EXPOSE(NSPort) #10 1538. | ^~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 202 | #if GS_EXPOSE(NSSocketPort) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 284 | #if GS_EXPOSE(NSMessagePort) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 47 | #if GS_EXPOSE(NSPortMessage) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 53 | #if GS_EXPOSE(NSProgress) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 42 | #if GS_EXPOSE(NSScanner) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 58 | #if GS_EXPOSE(NSSpellServer) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1538. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 51 | #if GS_EXPOSE(NSTask) #10 1538. | ^~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1538. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 59 | #if GS_EXPOSE(NSThread) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1538. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 87 | #if GS_EXPOSE(NSUndoManager) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 105 | #if GS_EXPOSE(NSURLCache) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 48 | #if GS_EXPOSE(NSURLConnection) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 56 | #if GS_EXPOSE(NSURLCredential) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 49 | #if GS_EXPOSE(NSURLDownload) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 92 | #if GS_EXPOSE(NSURLRequest) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 49 | #if GS_EXPOSE(NSURLResponse) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1538. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1538. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 72 | #if GS_EXPOSE(NSXMLParser) #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1538. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1538. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1538. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1538. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1538. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1538. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1538. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1538. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1538. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1538. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1538. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1538. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1538. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1538. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1538. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1538. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1538. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1538. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1538. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1538. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1538. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1538. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1538. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1538. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1538. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1538. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1538. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1538. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1538. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1538. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1538. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1538. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1538. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1538. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1538. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1538. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1538. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1538. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1538. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1538. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1538. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1538. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1538. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1538. | ^ #10 1538. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1538. from nsgui.h:34, #10 1538. from dispextern.h:137, #10 1538. from nsterm.h:22, #10 1538. from nsfns.m:38: #10 1538. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1538. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1538. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1539. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1539. | ^~~~~~~~~~~~~~~~~~~~ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1539. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1539. | ^~~~~~~~~~~~~~~~~~~~ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1539. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1539. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1539. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1539. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1539. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1539. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1539. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1539. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1539. | ^ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1539. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1539. | ^ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 125 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 129 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 133 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 214 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 247 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 251 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 259 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 263 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 267 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 271 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 275 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 287 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 311 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 323 | __attribute__((unused)); #10 1539. | ^~~~~~~~~~~~~ #10 1539. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1539. from nsgui.h:34, #10 1539. from dispextern.h:137, #10 1539. from nsterm.h:22, #10 1539. from nsfns.m:38: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 493 | PSgsave() #10 1539. | ^~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 499 | PSgrestore() #10 1539. | ^~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 505 | PSinitgraphics() #10 1539. | ^~~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 622 | PSinitmatrix() #10 1539. | ^~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 669 | PSclip() #10 1539. | ^~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 675 | PSclosepath() #10 1539. | ^~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 687 | PSeoclip() #10 1539. | ^~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 693 | PSeofill() #10 1539. | ^~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 699 | PSfill() #10 1539. | ^~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 705 | PSflattenpath() #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 711 | PSinitclip() #10 1539. | ^~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 729 | PSnewpath() #10 1539. | ^~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 765 | PSreversepath() #10 1539. | ^~~~~~~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 783 | PSstroke() #10 1539. | ^~~~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1539. 835 | PSWait() #10 1539. | ^~~~~~ #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1539. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1539. nsfns.m: At top level: #10 1539. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #10 1539. 689 | ns_make_frame_key_window (struct frame *f) #10 1539. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1552. CC nsmenu.o #10 1552. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1552. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1553. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1553. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1553. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1553. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1553. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1553. | ^~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1553. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1553. | ^~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1553. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1553. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1553. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1553. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 88 | #if GS_API_VERSION(0,011500) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1553. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1553. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1553. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1553. | ^~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1553. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1553. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1553. | ^~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1553. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1553. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1553. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1553. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1553. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1553. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1553. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1553. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 45 | #if GS_EXPOSE(NSArchiver) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 114 | #if GS_EXPOSE(NSBundle) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 43 | #if GS_EXPOSE(NSCache) #10 1553. | ^~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 113 | #if GS_EXPOSE(NSException) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1553. 303 | NSGetUncaughtExceptionHandler(); #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 53 | #if GS_EXPOSE(NSExpression) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 47 | #if GS_EXPOSE(NSTimer) #10 1553. | ^~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1553. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1553. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 46 | #if GS_EXPOSE(NSRunLoop) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1553. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 40 | #if GS_EXPOSE(NSDistantObject) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 74 | #if GS_EXPOSE(NSLock) #10 1553. | ^~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 125 | #if GS_EXPOSE(NSCondition) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 175 | #if GS_EXPOSE(NSConditionLock) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1553. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 134 | #if GS_EXPOSE(NSError) #10 1553. | ^~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1553. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 182 | #if GS_EXPOSE(NSURLHandle) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 73 | #if GS_EXPOSE(NSURL) #10 1553. | ^~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1553. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 633 | #if GS_EXPOSE(NSURLComponents) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 160 | #if GS_EXPOSE(NSPipe) #10 1553. | ^~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 215 | #if GS_EXPOSE(NSFileManager) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 42 | #if GS_EXPOSE(NSHost) #10 1553. | ^~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 47 | #if GS_EXPOSE(NSIndexPath) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 49 | #if GS_EXPOSE(NSIndexSet) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if GS_EXPOSE(NSInvocation) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 55 | #if GS_EXPOSE(NSKeyedArchiver) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 103 | #if GS_EXPOSE(NSLocale) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 361 | #if GS_EXPOSE(NSNetService) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 53 | #if GS_EXPOSE(NSPortCoder) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 77 | #if GS_EXPOSE(NSPort) #10 1553. | ^~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 202 | #if GS_EXPOSE(NSSocketPort) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 284 | #if GS_EXPOSE(NSMessagePort) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 47 | #if GS_EXPOSE(NSPortMessage) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 53 | #if GS_EXPOSE(NSProgress) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 42 | #if GS_EXPOSE(NSScanner) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 58 | #if GS_EXPOSE(NSSpellServer) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 51 | #if GS_EXPOSE(NSTask) #10 1553. | ^~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 59 | #if GS_EXPOSE(NSThread) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1553. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 87 | #if GS_EXPOSE(NSUndoManager) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 105 | #if GS_EXPOSE(NSURLCache) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 48 | #if GS_EXPOSE(NSURLConnection) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 56 | #if GS_EXPOSE(NSURLCredential) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 49 | #if GS_EXPOSE(NSURLDownload) #10 1553. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1553. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1553. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1553. from nsgui.h:34, #10 1553. from dispextern.h:137, #10 1553. from window.h:23, #10 1553. from nsmenu.m:29: #10 1553. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1553. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1553. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1553. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 92 | #if GS_EXPOSE(NSURLRequest) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 49 | #if GS_EXPOSE(NSURLResponse) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1554. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1554. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if GS_EXPOSE(NSXMLParser) #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1554. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1554. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1554. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1554. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1554. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1554. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1554. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1554. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1554. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1554. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1554. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1554. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1554. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1554. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1554. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1554. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1554. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1554. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1554. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1554. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1554. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1554. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1554. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1554. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1554. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1554. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1554. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1554. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1554. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1554. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1554. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1554. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1554. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1554. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1554. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1554. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1554. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1554. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1554. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1554. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1554. | ^~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1554. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1554. | ^~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1554. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1554. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1554. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1554. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1554. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1554. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1554. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1554. | ^ #10 1554. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1554. from nsgui.h:34, #10 1554. from dispextern.h:137, #10 1554. from window.h:23, #10 1554. from nsmenu.m:29: #10 1554. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1554. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1554. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1555. | ^ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1555. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1555. | ^ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 125 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 129 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 133 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 214 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 247 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 251 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 259 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 263 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 267 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 271 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 275 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 287 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 311 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 323 | __attribute__((unused)); #10 1555. | ^~~~~~~~~~~~~ #10 1555. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1555. from nsgui.h:34, #10 1555. from dispextern.h:137, #10 1555. from window.h:23, #10 1555. from nsmenu.m:29: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 493 | PSgsave() #10 1555. | ^~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 499 | PSgrestore() #10 1555. | ^~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 505 | PSinitgraphics() #10 1555. | ^~~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 622 | PSinitmatrix() #10 1555. | ^~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 669 | PSclip() #10 1555. | ^~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 675 | PSclosepath() #10 1555. | ^~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 687 | PSeoclip() #10 1555. | ^~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 693 | PSeofill() #10 1555. | ^~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 699 | PSfill() #10 1555. | ^~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 705 | PSflattenpath() #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 711 | PSinitclip() #10 1555. | ^~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 729 | PSnewpath() #10 1555. | ^~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 765 | PSreversepath() #10 1555. | ^~~~~~~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 783 | PSstroke() #10 1555. | ^~~~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1555. 835 | PSWait() #10 1555. | ^~~~~~ #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1555. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1561. CC nsselect.o #10 1561. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1561. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1562. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1562. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1562. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1562. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1562. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1562. | ^~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1562. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1562. | ^~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1562. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1562. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1562. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1562. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 88 | #if GS_API_VERSION(0,011500) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1562. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1562. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1562. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1562. | ^~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1562. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1562. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1562. | ^~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1562. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1562. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1562. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1562. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1562. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1562. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1562. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1562. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 45 | #if GS_EXPOSE(NSArchiver) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 114 | #if GS_EXPOSE(NSBundle) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 43 | #if GS_EXPOSE(NSCache) #10 1562. | ^~~~~~~~~~~~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 113 | #if GS_EXPOSE(NSException) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1562. 303 | NSGetUncaughtExceptionHandler(); #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 53 | #if GS_EXPOSE(NSExpression) #10 1562. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1562. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1562. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1562. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1562. from nsgui.h:34, #10 1562. from dispextern.h:137, #10 1562. from nsterm.h:22, #10 1562. from nsselect.m:31: #10 1562. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1562. | ^ #10 1562. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1562. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1562. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 47 | #if GS_EXPOSE(NSTimer) #10 1563. | ^~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1563. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1563. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 46 | #if GS_EXPOSE(NSRunLoop) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1563. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 40 | #if GS_EXPOSE(NSDistantObject) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 74 | #if GS_EXPOSE(NSLock) #10 1563. | ^~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 125 | #if GS_EXPOSE(NSCondition) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 175 | #if GS_EXPOSE(NSConditionLock) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1563. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 134 | #if GS_EXPOSE(NSError) #10 1563. | ^~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1563. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 182 | #if GS_EXPOSE(NSURLHandle) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 73 | #if GS_EXPOSE(NSURL) #10 1563. | ^~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1563. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 633 | #if GS_EXPOSE(NSURLComponents) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 160 | #if GS_EXPOSE(NSPipe) #10 1563. | ^~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 215 | #if GS_EXPOSE(NSFileManager) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 42 | #if GS_EXPOSE(NSHost) #10 1563. | ^~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 47 | #if GS_EXPOSE(NSIndexPath) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 49 | #if GS_EXPOSE(NSIndexSet) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if GS_EXPOSE(NSInvocation) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 55 | #if GS_EXPOSE(NSKeyedArchiver) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 103 | #if GS_EXPOSE(NSLocale) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 361 | #if GS_EXPOSE(NSNetService) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 53 | #if GS_EXPOSE(NSPortCoder) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 77 | #if GS_EXPOSE(NSPort) #10 1563. | ^~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 202 | #if GS_EXPOSE(NSSocketPort) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 284 | #if GS_EXPOSE(NSMessagePort) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 47 | #if GS_EXPOSE(NSPortMessage) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 53 | #if GS_EXPOSE(NSProgress) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 42 | #if GS_EXPOSE(NSScanner) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 58 | #if GS_EXPOSE(NSSpellServer) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 51 | #if GS_EXPOSE(NSTask) #10 1563. | ^~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 59 | #if GS_EXPOSE(NSThread) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 87 | #if GS_EXPOSE(NSUndoManager) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 105 | #if GS_EXPOSE(NSURLCache) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 48 | #if GS_EXPOSE(NSURLConnection) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 56 | #if GS_EXPOSE(NSURLCredential) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 49 | #if GS_EXPOSE(NSURLDownload) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 92 | #if GS_EXPOSE(NSURLRequest) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 49 | #if GS_EXPOSE(NSURLResponse) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1563. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1563. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 72 | #if GS_EXPOSE(NSXMLParser) #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1563. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1563. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1563. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1563. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1563. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1563. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1563. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1563. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1563. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1563. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1563. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1563. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1563. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1563. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1563. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1563. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1563. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1563. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1563. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1563. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1563. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1563. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1563. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1563. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1563. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1563. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1563. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1563. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1563. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1563. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1563. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1563. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1563. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1563. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1563. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1563. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1563. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1563. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1563. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1563. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1563. from nsgui.h:34, #10 1563. from dispextern.h:137, #10 1563. from nsterm.h:22, #10 1563. from nsselect.m:31: #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1563. | ^ #10 1563. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1563. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1563. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1564. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1564. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1564. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1564. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1564. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1564. | ^~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1564. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1564. | ^~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1564. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1564. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1564. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1564. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1564. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1564. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1564. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1564. | ^ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1564. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1564. | ^ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 125 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 129 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 133 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 214 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 247 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 251 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 259 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 263 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 267 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 271 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 275 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 287 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 311 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 323 | __attribute__((unused)); #10 1564. | ^~~~~~~~~~~~~ #10 1564. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1564. from nsgui.h:34, #10 1564. from dispextern.h:137, #10 1564. from nsterm.h:22, #10 1564. from nsselect.m:31: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 493 | PSgsave() #10 1564. | ^~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 499 | PSgrestore() #10 1564. | ^~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 505 | PSinitgraphics() #10 1564. | ^~~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 622 | PSinitmatrix() #10 1564. | ^~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 669 | PSclip() #10 1564. | ^~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 675 | PSclosepath() #10 1564. | ^~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 687 | PSeoclip() #10 1564. | ^~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 693 | PSeofill() #10 1564. | ^~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 699 | PSfill() #10 1564. | ^~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 705 | PSflattenpath() #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 711 | PSinitclip() #10 1564. | ^~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 729 | PSnewpath() #10 1564. | ^~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 765 | PSreversepath() #10 1564. | ^~~~~~~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 783 | PSstroke() #10 1564. | ^~~~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1564. 835 | PSWait() #10 1564. | ^~~~~~ #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1564. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1567. CC nsimage.o #10 1567. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1567. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1568. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1568. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1568. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1568. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1568. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1568. | ^~~~~~~~~~~~~~~~~~~~ #10 1568. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1568. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1568. | ^~~~~~~~~~~~~~~~~~~~ #10 1568. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1568. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1568. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1568. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1568. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 88 | #if GS_API_VERSION(0,011500) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1568. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1568. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1568. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1568. | ^~~~~~~~~~ #10 1568. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1568. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1568. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1568. | ^~~~~~~~~~ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1568. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1568. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1568. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1568. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1568. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1568. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1568. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1568. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1568. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 45 | #if GS_EXPOSE(NSArchiver) #10 1568. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1568. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1568. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1568. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1568. from nsgui.h:34, #10 1568. from dispextern.h:137, #10 1568. from nsimage.m:33: #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1568. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1568. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1568. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 114 | #if GS_EXPOSE(NSBundle) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 43 | #if GS_EXPOSE(NSCache) #10 1569. | ^~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 113 | #if GS_EXPOSE(NSException) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1569. 303 | NSGetUncaughtExceptionHandler(); #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 53 | #if GS_EXPOSE(NSExpression) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 47 | #if GS_EXPOSE(NSTimer) #10 1569. | ^~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1569. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1569. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 46 | #if GS_EXPOSE(NSRunLoop) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1569. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 40 | #if GS_EXPOSE(NSDistantObject) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 74 | #if GS_EXPOSE(NSLock) #10 1569. | ^~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 125 | #if GS_EXPOSE(NSCondition) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 175 | #if GS_EXPOSE(NSConditionLock) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1569. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 134 | #if GS_EXPOSE(NSError) #10 1569. | ^~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1569. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 182 | #if GS_EXPOSE(NSURLHandle) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 73 | #if GS_EXPOSE(NSURL) #10 1569. | ^~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1569. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 633 | #if GS_EXPOSE(NSURLComponents) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 160 | #if GS_EXPOSE(NSPipe) #10 1569. | ^~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 215 | #if GS_EXPOSE(NSFileManager) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 42 | #if GS_EXPOSE(NSHost) #10 1569. | ^~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 47 | #if GS_EXPOSE(NSIndexPath) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 49 | #if GS_EXPOSE(NSIndexSet) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if GS_EXPOSE(NSInvocation) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 55 | #if GS_EXPOSE(NSKeyedArchiver) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 103 | #if GS_EXPOSE(NSLocale) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 361 | #if GS_EXPOSE(NSNetService) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 53 | #if GS_EXPOSE(NSPortCoder) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 77 | #if GS_EXPOSE(NSPort) #10 1569. | ^~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 202 | #if GS_EXPOSE(NSSocketPort) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 284 | #if GS_EXPOSE(NSMessagePort) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 47 | #if GS_EXPOSE(NSPortMessage) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 53 | #if GS_EXPOSE(NSProgress) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 42 | #if GS_EXPOSE(NSScanner) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 58 | #if GS_EXPOSE(NSSpellServer) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 51 | #if GS_EXPOSE(NSTask) #10 1569. | ^~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 59 | #if GS_EXPOSE(NSThread) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 87 | #if GS_EXPOSE(NSUndoManager) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 105 | #if GS_EXPOSE(NSURLCache) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 48 | #if GS_EXPOSE(NSURLConnection) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 56 | #if GS_EXPOSE(NSURLCredential) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 49 | #if GS_EXPOSE(NSURLDownload) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 92 | #if GS_EXPOSE(NSURLRequest) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 49 | #if GS_EXPOSE(NSURLResponse) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1569. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1569. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 72 | #if GS_EXPOSE(NSXMLParser) #10 1569. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1569. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1569. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1569. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1569. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1569. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1569. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1569. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1569. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1569. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1569. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1569. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1569. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1569. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1569. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1569. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1569. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1569. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1569. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1569. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1569. | ^ #10 1569. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1569. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1569. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1569. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1569. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1569. from nsgui.h:34, #10 1569. from dispextern.h:137, #10 1569. from nsimage.m:33: #10 1569. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1569. | ^ #10 1569. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1569. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1569. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1570. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1570. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1570. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1570. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1570. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1570. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1570. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1570. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1570. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1570. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1570. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1570. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1570. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1570. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1570. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1570. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1570. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1570. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1570. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1570. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1570. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1570. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1570. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1570. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1570. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1570. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1570. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1570. | ^~~~~~~~~~~~~~~~~~~~ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1570. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1570. | ^~~~~~~~~~~~~~~~~~~~ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1570. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1570. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1570. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1570. from nsgui.h:34, #10 1570. from dispextern.h:137, #10 1570. from nsimage.m:33: #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1570. | ^ #10 1570. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1570. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1570. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1571. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1571. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1571. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1571. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1571. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1571. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1571. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1571. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1571. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1571. | ^ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1571. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1571. | ^ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 125 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 129 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 133 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 214 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 247 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 251 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 259 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 263 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 267 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 271 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 275 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 287 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 311 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 323 | __attribute__((unused)); #10 1571. | ^~~~~~~~~~~~~ #10 1571. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1571. from nsgui.h:34, #10 1571. from dispextern.h:137, #10 1571. from nsimage.m:33: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 493 | PSgsave() #10 1571. | ^~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 499 | PSgrestore() #10 1571. | ^~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 505 | PSinitgraphics() #10 1571. | ^~~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 622 | PSinitmatrix() #10 1571. | ^~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 669 | PSclip() #10 1571. | ^~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 675 | PSclosepath() #10 1571. | ^~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 687 | PSeoclip() #10 1571. | ^~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 693 | PSeofill() #10 1571. | ^~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 699 | PSfill() #10 1571. | ^~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 705 | PSflattenpath() #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 711 | PSinitclip() #10 1571. | ^~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 729 | PSnewpath() #10 1571. | ^~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 765 | PSreversepath() #10 1571. | ^~~~~~~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 783 | PSstroke() #10 1571. | ^~~~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1571. 835 | PSWait() #10 1571. | ^~~~~~ #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1571. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1574. CC nsfont.o #10 1574. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #10 1574. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #10 1575. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #10 1575. from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1575. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1575. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1575. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1575. from nsgui.h:34, #10 1575. from dispextern.h:137, #10 1575. from nsfont.m:28: #10 1575. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1575. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #10 1575. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #10 1576. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #10 1576. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1576. | ^~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #10 1576. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #10 1576. | ^~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #10 1576. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #10 1576. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #10 1576. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1576. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 88 | #if GS_API_VERSION(0,011500) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #10 1576. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1576. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #10 1576. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1576. | ^~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #10 1576. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:37, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #10 1576. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #10 1576. | ^~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #10 1576. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1576. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1576. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #10 1576. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1576. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #10 1576. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #10 1576. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 46 | #if GS_EXPOSE(NSAffineTransform) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #10 1576. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 45 | #if GS_EXPOSE(NSArchiver) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 164 | #if GS_EXPOSE(NSUnarchiver) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:45, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:46, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 114 | #if GS_EXPOSE(NSBundle) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:49, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 43 | #if GS_EXPOSE(NSCache) #10 1576. | ^~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if GS_EXPOSE(NSCalendarDate) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:53, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 113 | #if GS_EXPOSE(NSException) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1576. 303 | NSGetUncaughtExceptionHandler(); #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 53 | #if GS_EXPOSE(NSExpression) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 74 | #if GS_EXPOSE(NSComparisonPredicate) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 47 | #if GS_EXPOSE(NSCompoundPredicate) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 47 | #if GS_EXPOSE(NSTimer) #10 1576. | ^~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #10 1576. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #10 1576. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 46 | #if GS_EXPOSE(NSRunLoop) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:60, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 127 | #if GS_EXPOSE(NSDateFormatter) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #10 1576. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 192 | #if GS_EXPOSE(NSDecimalNumber) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 40 | #if GS_EXPOSE(NSDistantObject) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 41 | #if GS_EXPOSE(NSDistributedLock) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 74 | #if GS_EXPOSE(NSLock) #10 1576. | ^~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 125 | #if GS_EXPOSE(NSCondition) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 175 | #if GS_EXPOSE(NSConditionLock) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 275 | #if GS_EXPOSE(NSRecursiveLock) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #10 1576. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 71 | #if GS_EXPOSE(NSNotificationCenter) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 134 | #if GS_EXPOSE(NSError) #10 1576. | ^~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #10 1576. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 182 | #if GS_EXPOSE(NSURLHandle) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 73 | #if GS_EXPOSE(NSURL) #10 1576. | ^~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #10 1576. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 599 | #if GS_EXPOSE(NSURLQueryItem) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 633 | #if GS_EXPOSE(NSURLComponents) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 160 | #if GS_EXPOSE(NSPipe) #10 1576. | ^~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:80, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 215 | #if GS_EXPOSE(NSFileManager) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 42 | #if GS_EXPOSE(NSHost) #10 1576. | ^~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 68 | #if GS_EXPOSE(NSHTTPCookie) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 47 | #if GS_EXPOSE(NSIndexPath) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 49 | #if GS_EXPOSE(NSIndexSet) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 52 | #if GS_EXPOSE(NSMethodSignature) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 38 | #if GS_EXPOSE(NSInvocation) #10 1576. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1576. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #10 1576. from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1576. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1576. | ^ #10 1576. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #10 1576. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1576. from nsgui.h:34, #10 1576. from dispextern.h:137, #10 1576. from nsfont.m:28: #10 1576. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #10 1576. [output clipped, log limit 2MiB reached] #10 1578. make[3]: Leaving directory '/checkout/src' #10 1578. make[2]: Leaving directory '/checkout' #10 1578. make[1]: Leaving directory '/checkout' #10 1578. make[1]: Entering directory '/checkout' #10 1578. make[1]: Leaving directory '/checkout' #10 1579. /GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 40 | #if GS_EXPOSE(NSMetadataItem) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 66 | #if GS_EXPOSE(NSMetadataQuery) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 112 | #if GS_EXPOSE(NSNotificationQueue) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 361 | #if GS_EXPOSE(NSNetService) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 123 | #if GS_EXPOSE(NSNumberFormatter) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 53 | #if GS_EXPOSE(NSPortCoder) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 77 | #if GS_EXPOSE(NSPort) #10 1579. | ^~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 202 | #if GS_EXPOSE(NSSocketPort) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 284 | #if GS_EXPOSE(NSMessagePort) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 47 | #if GS_EXPOSE(NSPortMessage) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 53 | #if GS_EXPOSE(NSProgress) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 40 | #if GS_EXPOSE(NSProtocolChecker) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 91 | #if GS_EXPOSE(NSRegularExpression) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 42 | #if GS_EXPOSE(NSScanner) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 48 | #if GS_EXPOSE(NSSortDescriptor) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 58 | #if GS_EXPOSE(NSSpellServer) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:154, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 51 | #if GS_EXPOSE(NSTask) #10 1579. | ^~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:156, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 59 | #if GS_EXPOSE(NSThread) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:158, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 87 | #if GS_EXPOSE(NSUndoManager) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 59 | #if GS_EXPOSE(NSCachedURLResponse) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 105 | #if GS_EXPOSE(NSURLCache) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 48 | #if GS_EXPOSE(NSURLConnection) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 56 | #if GS_EXPOSE(NSURLCredential) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 49 | #if GS_EXPOSE(NSURLDownload) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 121 | #if GS_EXPOSE(NSURLProtocol) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 92 | #if GS_EXPOSE(NSURLRequest) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 49 | #if GS_EXPOSE(NSURLResponse) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 217 | #if GS_EXPOSE(NSUserDefaults) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #10 1579. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #10 1579. from /usr/include/GNUstep/Foundation/Foundation.h:184, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if GS_EXPOSE(NSXMLParser) #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:40, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #10 1579. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1579. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1579. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #10 1579. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #10 1579. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #10 1579. from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1579. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1579. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1579. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #10 1579. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1579. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1579. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1579. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1579. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #10 1579. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1579. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #10 1579. from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:49, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #10 1579. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #10 1579. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #10 1579. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #10 1579. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #10 1579. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #10 1579. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #10 1579. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #10 1579. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #10 1579. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #10 1579. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #10 1579. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #10 1579. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #10 1579. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #10 1579. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #10 1579. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #10 1579. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #10 1579. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #10 1579. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:64, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #10 1579. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:65, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #10 1579. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:68, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #10 1579. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #10 1579. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #10 1579. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1579. | ^~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #10 1579. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #10 1579. | ^~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #10 1579. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #10 1579. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #10 1579. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #10 1579. from /usr/include/GNUstep/AppKit/AppKit.h:186, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #10 1579. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #10 1579. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #10 1579. | ^ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #10 1579. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #10 1579. | ^ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 125 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 129 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 133 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 214 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 247 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 251 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 259 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 263 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 267 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 271 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 275 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 287 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 311 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 323 | __attribute__((unused)); #10 1579. | ^~~~~~~~~~~~~ #10 1579. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #10 1579. from nsgui.h:34, #10 1579. from dispextern.h:137, #10 1579. from nsfont.m:28: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 493 | PSgsave() #10 1579. | ^~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 499 | PSgrestore() #10 1579. | ^~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 505 | PSinitgraphics() #10 1579. | ^~~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 622 | PSinitmatrix() #10 1579. | ^~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 669 | PSclip() #10 1579. | ^~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 675 | PSclosepath() #10 1579. | ^~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 687 | PSeoclip() #10 1579. | ^~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 693 | PSeofill() #10 1579. | ^~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 699 | PSfill() #10 1579. | ^~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 705 | PSflattenpath() #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 711 | PSinitclip() #10 1579. | ^~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 729 | PSnewpath() #10 1579. | ^~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 765 | PSreversepath() #10 1579. | ^~~~~~~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 783 | PSstroke() #10 1579. | ^~~~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #10 1579. 835 | PSWait() #10 1579. | ^~~~~~ #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #10 1579. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #10 1579. nsfont.m: In function 'nsfont_open': #10 1579. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #10 1579. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #10 1579. | ^~~~~~~~~~~~~~~ #10 1579. In file included from nsfont.m:27: #10 1579. ./globals.h:4723:8: note: declared here #10 1579. 4723 | EXFUN (Ffont_xlfd_name, 3); #10 1579. | ^~~~~~~~~~~~~~~ #10 1579. lisp.h:902:22: note: in definition of macro 'EXFUN' #10 1579. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #10 1579. | ^~~~~~ #10 1579. make[3]: *** [Makefile:457: nsfont.o] Error 1 #10 1579. make[2]: *** [Makefile:554: src] Error 2 #10 1579. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #10 1579. *** #10 1579. *** "make bootstrap" failed with exit status 2. #10 1579. *** #10 1579. *** You could try to: #10 1579. *** - run "make extraclean" and run "make" again (or, equivalently, run #10 1579. *** "make bootstrap configure=default"), to rebuild Emacs with the #10 1579. *** default configuration options, which might fix the problem #10 1579. *** - run "git clean -fdx" and run "make bootstrap" again, which might #10 1579. *** fix the problem if "make bootstrap configure=default" did not #10 1579. *** !BEWARE! "git clean -fdx" deletes all files that are not under #10 1579. *** !BEWARE! version control, which means that all changes to such #10 1579. *** !BEWARE! files will be lost and cannot be restored later #10 1579. *** - run "make V=1", which displays the full commands invoked by make, #10 1579. *** to further investigate the problem #10 1579. *** - report the problem and ask for help by sending an email to #10 1579. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #10 1579. *** message, the platform, and the repository revision displayed by #10 1579. *** "git rev-parse HEAD" #10 1579. *** #10 1579. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #10 1579. make: *** [Makefile:1274: bootstrap] Error 2 #10 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:1696725553:step_script section_start:1696725553:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-b583cb81: No such file or directory section_end:1696725556:after_script section_start:1696725556:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696725559:cleanup_file_variables ERROR: Job failed: exit code 1