Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1696205019: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:1696205045:prepare_executor section_start:1696205045:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-2 via emba.gnu.org... section_end:1696205072:prepare_script section_start:1696205072: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 862e5eff as master... Removing test-lisp-org-inotify-6b2219cd/ Skipping Git submodules setup section_end:1696205096:get_sources section_start:1696205096: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 Client: Debug Mode: false Server: Containers: 26 Running: 6 Paused: 0 Stopped: 20 Images: 20 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: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false WARNING: No swap limit support $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-862e5effbf9b991af3fbbc8e31df33e64483c56f/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.9s #2 [internal] load .dockerignore #2 transferring context: 2B 0.0s done #2 DONE 1.0s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.8s #12 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #12 DONE 0.0s #6 [internal] load build context #6 transferring context: 28.01MB 3.4s #6 transferring context: 75.91MB 8.5s #6 transferring context: 104.08MB 13.9s #6 transferring context: 104.73MB 19.1s #6 transferring context: 107.71MB 24.3s #6 transferring context: 134.98MB 29.4s #6 transferring context: 187.62MB 34.4s #6 transferring context: 200.51MB 39.4s #6 transferring context: 205.43MB 44.6s #6 transferring context: 206.57MB 53.7s #6 transferring context: 237.16MB 58.8s #6 transferring context: 240.40MB 59.1s done #6 DONE 65.8s #4 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #4 CACHED #5 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #5 CACHED #7 [emacs-gnustep 2/6] COPY . /checkout #7 DONE 32.6s #8 [emacs-gnustep 3/6] WORKDIR /checkout #8 DONE 26.1s #9 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #9 27.77 Checking whether you have the necessary tools... #9 27.77 (Read INSTALL.REPO for more details on building Emacs) #9 27.78 Checking for autoconf (need at least version 2.65) ... ok #9 27.93 Your system has the required tools. #9 27.98 Building aclocal.m4 ... #9 27.99 Running 'autoreconf -fi -I m4' ... #9 59.26 Building 'aclocal.m4' in exec ... #9 59.27 Running 'autoreconf -fi' in exec ... #9 67.20 You can now run './autogen.sh git'. #9 DONE 67.6s #10 [emacs-gnustep 5/6] RUN ./configure --with-ns #10 2.271 checking for xcrun... no #10 2.273 checking for GNU Make... make #10 2.343 checking build system type... x86_64-pc-linux-gnu #10 3.495 checking host system type... x86_64-pc-linux-gnu #10 3.592 checking for gcc... gcc #10 3.858 checking whether the C compiler works... yes #10 4.253 checking for C compiler default output file name... a.out #10 4.260 checking for suffix of executables... #10 4.615 checking whether we are cross compiling... no #10 5.044 checking for suffix of object files... o #10 5.217 checking whether we are using the GNU C compiler... yes #10 5.376 checking whether gcc accepts -g... yes #10 5.481 checking for gcc option to enable C11 features... none needed #10 5.943 checking whether the compiler is clang... no #10 6.093 checking for compiler option needed when checking for declarations... none #10 6.095 checking whether gcc and cc understand -c and -o together... yes #10 6.813 checking how to run the C preprocessor... gcc -E #10 7.306 checking for grep that handles long lines and -e... /bin/grep #10 7.323 checking for egrep... /bin/grep -E #10 7.354 checking for ANSI C header files... yes #10 8.220 checking for sys/types.h... yes #10 8.561 checking for sys/stat.h... yes #10 8.816 checking for stdlib.h... yes #10 9.064 checking for string.h... yes #10 9.378 checking for memory.h... yes #10 9.703 checking for strings.h... yes #10 10.19 checking for inttypes.h... yes #10 10.49 checking for stdint.h... yes #10 10.78 checking for unistd.h... yes #10 11.00 checking for wchar.h... yes #10 11.34 checking for minix/config.h... no #10 11.77 checking for linux/fs.h... yes #10 12.55 checking for malloc.h... yes #10 12.94 checking for sys/systeminfo.h... no #10 13.28 checking for sys/sysinfo.h... yes #10 13.82 checking for coff.h... no #10 14.11 checking for pty.h... yes #10 14.52 checking for sys/resource.h... yes #10 14.94 checking for sys/utsname.h... yes #10 15.46 checking for pwd.h... yes #10 15.74 checking for util.h... no #10 16.00 checking for sanitizer/lsan_interface.h... yes #10 16.27 checking for sanitizer/asan_interface.h... yes #10 16.48 checking for sanitizer/common_interface_defs.h... yes #10 16.70 checking for sys/socket.h... yes #10 17.06 checking for stdlib.h... (cached) yes #10 17.11 checking for unistd.h... (cached) yes #10 17.18 checking for sys/param.h... yes #10 17.63 checking for pthread.h... yes #10 18.07 checking for malloc/malloc.h... no #10 18.43 checking for sys/un.h... yes #10 18.77 checking for utmp.h... yes #10 19.26 checking for utmpx.h... yes #10 19.58 checking for OS.h... no #10 19.89 checking for dirent.h... yes #10 20.22 checking for execinfo.h... yes #10 20.57 checking for linux/xattr.h... yes #10 20.84 checking for stdio_ext.h... yes #10 21.10 checking for sys/vfs.h... yes #10 21.29 checking for sys/fs_types.h... no #10 21.62 checking for getopt.h... yes #10 21.87 checking for sys/cdefs.h... yes #10 22.15 checking for sys/time.h... yes #10 22.48 checking for ieee754.h... yes #10 22.83 checking for limits.h... yes #10 23.13 checking for inttypes.h... (cached) yes #10 23.19 checking for sys/types.h... (cached) yes #10 23.24 checking for stdint.h... (cached) yes #10 23.29 checking for sys/select.h... yes #10 23.69 checking for stdbool.h... yes #10 24.05 checking for stdckdint.h... no #10 24.40 checking for sys/random.h... yes #10 24.79 checking for sys/stat.h... (cached) yes #10 24.83 checking whether it is safe to define __EXTENSIONS__... yes #10 25.22 checking whether _XOPEN_SOURCE should be defined... no #10 25.54 checking for Minix Amsterdam compiler... no #10 25.75 checking for ar... ar #10 25.75 checking for ranlib... ranlib #10 25.75 checking for gcc option to enable large file support... none needed #10 26.04 checking for gcc option for timestamps after 2038... none needed #10 26.20 checking for g++... g++ #10 26.44 checking whether we are using the GNU C++ compiler... yes #10 26.91 checking whether g++ accepts -g... yes #10 27.13 checking for g++ option to enable C++11 features... none needed #10 70.89 checking how to run the C++ preprocessor... g++ -E #10 71.24 checking whether gcc accepts -g3 -O2... yes #10 71.97 checking whether the compiler is clang... no #10 72.25 checking whether C compiler handles -Werror -Wunknown-warning-option... no #10 72.45 checking whether -Wno-missing-field-initializers is needed... yes #10 72.83 checking whether -Wuninitialized is supported... yes #10 73.21 checking whether C compiler handles -fstrict-flex-arrays... no #10 73.44 checking whether C compiler handles -Wall... yes #10 73.90 checking whether C compiler handles -Warith-conversion... yes #10 74.18 checking whether C compiler handles -Wdate-time... yes #10 74.58 checking whether C compiler handles -Wdisabled-optimization... yes #10 75.03 checking whether C compiler handles -Wdouble-promotion... yes #10 75.51 checking whether C compiler handles -Wduplicated-cond... yes #10 76.02 checking whether C compiler handles -Wextra... yes #10 76.30 checking whether C compiler handles -Wformat-signedness... yes #10 76.77 checking whether C compiler handles -Winit-self... yes #10 77.15 checking whether C compiler handles -Winvalid-pch... yes #10 77.57 checking whether C compiler handles -Wlogical-op... yes #10 78.06 checking whether C compiler handles -Wmissing-declarations... yes #10 78.41 checking whether C compiler handles -Wmissing-include-dirs... yes #10 78.91 checking whether C compiler handles -Wmissing-prototypes... yes #10 79.32 checking whether C compiler handles -Wnested-externs... yes #10 79.65 checking whether C compiler handles -Wnull-dereference... yes #10 80.12 checking whether C compiler handles -Wold-style-definition... yes #10 80.41 checking whether C compiler handles -Wopenmp-simd... yes #10 80.69 checking whether C compiler handles -Wpacked... yes #10 80.95 checking whether C compiler handles -Wpointer-arith... yes #10 81.23 checking whether C compiler handles -Wstrict-flex-arrays... no #10 81.39 checking whether C compiler handles -Wstrict-prototypes... yes #10 81.79 checking whether C compiler handles -Wsuggest-attribute=format... yes #10 82.18 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #10 82.52 checking whether C compiler handles -Wsuggest-final-methods... yes #10 82.94 checking whether C compiler handles -Wsuggest-final-types... yes #10 83.60 checking whether C compiler handles -Wtrampolines... yes #10 84.14 checking whether C compiler handles -Wuninitialized... yes #10 84.42 checking whether C compiler handles -Wunknown-pragmas... yes #10 84.86 checking whether C compiler handles -Wunused-macros... yes #10 85.57 checking whether C compiler handles -Wvariadic-macros... yes #10 86.05 checking whether C compiler handles -Wvector-operation-performance... yes #10 86.47 checking whether C compiler handles -Wwrite-strings... yes #10 86.94 checking whether C compiler handles -Warray-bounds=2... yes #10 87.42 checking whether C compiler handles -Wattribute-alias=2... yes #10 87.84 checking whether C compiler handles -Wformat=2... yes #10 88.40 checking whether C compiler handles -Wformat-truncation=2... yes #10 88.67 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #10 89.11 checking whether C compiler handles -Wshift-overflow=2... yes #10 89.48 checking whether C compiler handles -Wuse-after-free=3... no #10 89.67 checking whether C compiler handles -Wvla-larger-than=4031... yes #10 89.96 checking whether C compiler handles -Wno-missing-field-initializers... yes #10 90.28 checking whether C compiler handles -Wredundant-decls... yes #10 90.59 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #10 90.59 checking whether C compiler handles -Wno-override-init... yes #10 90.91 checking whether C compiler handles -Wno-sign-compare... yes #10 91.23 checking whether C compiler handles -Wno-type-limits... yes #10 91.61 checking whether C compiler handles -Wno-unused-parameter... yes #10 91.84 checking whether C compiler handles -Wno-format-nonliteral... yes #10 92.27 checking whether C compiler handles -Wno-bidi-chars... no #10 92.40 checking for a BSD-compatible install... /usr/bin/install -c #10 92.49 checking command to symlink files in the same directory... ln -s #10 92.57 checking for install-info... : #10 92.57 checking for gzip... /bin/gzip #10 92.60 checking for 'find' args to delete a file... -delete #10 92.66 checking for brew... no #10 93.81 checking for -znocombreloc... not needed #10 93.82 checking whether addresses are sanitized... no #10 93.95 checking for math library... -lm #10 95.36 checking for struct passwd.pw_gecos... yes #10 95.55 checking for pkg-config... /usr/bin/pkg-config #10 95.57 checking pkg-config is at least version 0.9.0... yes #10 95.65 checking for machine/soundcard.h... no #10 95.85 checking for sys/soundcard.h... yes #10 96.08 checking for soundcard.h... no #10 96.25 checking for mmsystem.h... no #10 96.36 checking for _oss_ioctl in -lossaudio... no #10 96.66 checking for alsa >= 1.0.0... no #10 96.71 checking for ADDR_NO_RANDOMIZE... yes #10 96.89 checking if Linux sysinfo may be used... yes #10 97.49 checking for sys/wait.h that is POSIX.1 compatible... yes #10 97.73 checking for net/if.h... yes #10 98.00 checking for ifaddrs.h... yes #10 98.27 checking for net/if_dl.h... no #10 98.61 checking for struct ifreq.ifr_flags... yes #10 99.12 checking for struct ifreq.ifr_hwaddr... yes #10 100.0 checking for struct ifreq.ifr_netmask... yes #10 101.1 checking for struct ifreq.ifr_broadaddr... yes #10 102.2 checking for struct ifreq.ifr_addr... yes #10 103.2 checking for struct ifreq.ifr_addr.sa_len... no #10 104.0 checking whether gcc understands -MMD -MF... yes #10 104.2 checking for X... no #10 105.0 checking AppKit/AppKit.h usability... yes #10 108.7 checking AppKit/AppKit.h presence... yes #10 109.7 checking for AppKit/AppKit.h... yes #10 109.7 checking for Mac OS X 12.0 or later... yes #10 109.8 checking for gcc... gcc #10 110.0 checking whether we are using the GNU Objective C compiler... yes #10 110.2 checking whether gcc accepts -g... yes #10 110.4 checking if the Objective C compiler supports instancetype... yes #10 110.5 checking if the Objective C compiler defaults to C99... no #10 110.6 checking whether malloc is Doug Lea style... no #10 110.9 checking for sbrk... yes #10 111.3 checking for __lsan_ignore_object... no #10 111.7 checking for fchmod... yes #10 112.2 checking for utmpname... yes #10 112.6 checking for utmpxname... yes #10 113.1 checking for canonicalize_file_name... yes #10 113.5 checking for realpath... yes #10 113.8 checking for lstat... yes #10 114.2 checking for fchmodat... yes #10 114.4 checking for lchmod... no #10 114.6 checking for fcntl... yes #10 115.0 checking for fdopendir... yes #10 115.4 checking for listxattr... yes #10 116.8 checking for fstatat... yes #10 117.3 checking for fsync... yes #10 117.7 checking for gettimeofday... yes #10 118.2 checking for memset_explicit... no #10 118.8 checking for memset_s... no #10 119.2 checking for pselect... yes #10 119.6 checking for readlink... yes #10 120.0 checking for isblank... yes #10 120.4 checking for iswctype... yes #10 120.8 checking for strtoimax... yes #10 121.2 checking for symlink... yes #10 121.8 checking for localtime_r... yes #10 122.1 checking for getdtablesize... yes #10 122.4 checking for getpagesize... yes #10 122.8 checking for working mmap... yes #10 123.6 checking for main in -lXbsd... no #10 124.0 checking for pthread library... -lpthread #10 125.1 checking for thread support... yes #10 125.1 checking for librsvg-2.0 >= 2.14.0... no #10 125.2 checking for libwebpdemux >= 0.6.0... no #10 125.2 checking for WebPGetInfo... no #10 125.7 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #10 125.7 checking for sqlite3_open_v2 in -lsqlite3... no #10 126.1 checking for getaddrinfo_a in -lanl... yes #10 126.4 checking for malloc_trim... yes #10 126.8 checking for dbus-1 >= 1.0... yes #10 126.9 checking for dbus_watch_get_unix_fd... yes #10 127.9 checking for dbus_type_is_valid... yes #10 128.6 checking for dbus_validate_bus_name... yes #10 129.2 checking for dbus_validate_path... yes #10 129.9 checking for dbus_validate_interface... yes #10 130.7 checking for dbus_validate_member... yes #10 131.2 checking for lgetfilecon in -lselinux... no #10 131.5 checking for gnutls >= 2.12.2... yes #10 131.7 checking for libsystemd >= 222... no #10 131.7 checking for jansson >= 2.7... no #10 131.8 checking for tree-sitter >= 0.20.2... no #10 131.9 checking for tree-sitter >= 0.6.3... no #10 132.0 checking sys/inotify.h usability... yes #10 132.5 checking sys/inotify.h presence... yes #10 132.6 checking for sys/inotify.h... yes #10 132.6 checking for inotify_init1... yes #10 133.7 checking for jpeglib 6b or later... no #10 134.3 checking for lcms2... no #10 134.3 checking for library containing inflateEnd... -lz #10 135.1 checking for dladdr... yes #10 135.5 checking for dlfunc... no #10 135.9 checking for libpng >= 1.0.0... no #10 136.0 checking for libpng not configured by pkg-config... no #10 136.2 checking tiffio.h usability... no #10 136.4 checking tiffio.h presence... no #10 136.5 checking for tiffio.h... no #10 136.5 checking gif_lib.h usability... no #10 136.8 checking gif_lib.h presence... no #10 136.9 checking for gif_lib.h... no #10 136.9 checking gpm.h usability... no #10 137.1 checking gpm.h presence... no #10 137.3 checking for gpm.h... no #10 137.3 checking for libxml-2.0 > 2.6.17... no #10 137.3 checking for maillock in -lmail... no #10 137.7 checking for maillock in -llockfile... no #10 138.1 checking for liblockfile.so... no #10 138.1 checking maillock.h usability... no #10 138.4 checking maillock.h presence... no #10 138.6 checking for maillock.h... no #10 138.6 checking linux/seccomp.h usability... yes #10 139.0 checking linux/seccomp.h presence... yes #10 139.1 checking for linux/seccomp.h... yes #10 139.1 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #10 139.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #10 139.5 checking linux/filter.h usability... yes #10 139.8 checking linux/filter.h presence... yes #10 139.9 checking for linux/filter.h... yes #10 140.0 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #10 140.0 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #10 140.0 checking for libseccomp >= 2.5.2... no #10 140.1 checking size of long... 8 #10 140.6 checking for accept4... yes #10 141.0 checking for fchdir... yes #10 141.6 checking for gethostname... yes #10 142.0 checking for getrusage... yes #10 142.7 checking for get_current_dir_name... yes #10 143.4 checking for lrand48... yes #10 143.9 checking for random... yes #10 144.5 checking for rint... yes #10 145.5 checking for tcdrain... yes #10 146.2 checking for trunc... yes #10 147.0 checking for select... yes #10 147.6 checking for getpagesize... (cached) yes #10 147.7 checking for setlocale... yes #10 148.5 checking for newlocale... yes #10 149.1 checking for getrlimit... yes #10 149.5 checking for setrlimit... yes #10 150.2 checking for shutdown... yes #10 150.6 checking for pthread_sigmask... (cached) yes #10 150.7 checking for strsignal... yes #10 151.2 checking for setitimer... yes #10 151.8 checking for sendto... yes #10 152.4 checking for recvfrom... yes #10 153.1 checking for getsockname... yes #10 153.6 checking for getifaddrs... yes #10 154.4 checking for freeifaddrs... yes #10 155.2 checking for gai_strerror... yes #10 155.7 checking for sync... yes #10 156.2 checking for endpwent... yes #10 156.7 checking for getgrent... yes #10 157.2 checking for endgrent... yes #10 157.8 checking for renameat2... yes #10 158.1 checking for cfmakeraw... yes #10 158.8 checking for cfsetspeed... yes #10 159.1 checking for __executable_start... yes #10 159.5 checking for log2... yes #10 160.2 checking for pthread_setname_np... yes #10 160.9 checking for pthread_set_name_np... no #10 161.4 checking for getpwent... yes #10 162.1 checking whether pthread_setname_np takes a single argument... no #10 162.4 checking whether pthread_setname_np takes three arguments... no #10 162.6 checking for aligned_alloc... yes #10 163.2 checking whether aligned_alloc is declared... yes #10 163.5 checking for posix_madvise... yes #10 164.0 checking for madvise... yes #10 164.4 checking for __builtin_frame_address... yes #10 164.8 checking for __builtin_unwind_init... yes #10 165.1 checking for _LARGEFILE_SOURCE value needed for large files... no #10 165.5 checking for grantpt... yes #10 165.9 checking for getpt... yes #10 166.3 checking for posix_openpt... yes #10 166.8 checking for library containing tputs... -ltinfo #10 167.7 checking whether -ltinfo library defines BC... yes #10 168.0 checking for timerfd interface... yes #10 168.2 checking whether signals can be handled on alternate stack... yes #10 168.6 checking valgrind/valgrind.h usability... no #10 168.8 checking valgrind/valgrind.h presence... no #10 168.9 checking for valgrind/valgrind.h... no #10 168.9 checking for struct unipair.unicode... yes #10 169.3 checking for pid_t... yes #10 170.1 checking vfork.h usability... no #10 170.4 checking vfork.h presence... no #10 170.6 checking for vfork.h... no #10 170.6 checking for fork... yes #10 171.0 checking for vfork... yes #10 171.6 checking for working fork... yes #10 172.1 checking for working vfork... (cached) yes #10 172.1 checking for snprintf... yes #10 172.5 checking for open_memstream... yes #10 172.8 checking spawn.h usability... yes #10 173.2 checking spawn.h presence... yes #10 173.3 checking for spawn.h... yes #10 173.3 checking for posix_spawn... yes #10 173.9 checking for posix_spawn_file_actions_addchdir... no #10 174.2 checking for posix_spawn_file_actions_addchdir_np... yes #10 174.5 checking for posix_spawnattr_setflags... yes #10 175.0 checking whether POSIX_SPAWN_SETSID is declared... yes #10 175.2 checking whether GLib is linked in... no #10 175.4 checking for nl_langinfo and CODESET... yes #10 175.7 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #10 176.0 checking for mbstate_t... yes #10 176.2 checking for signals via characters... yes #10 176.5 checking for _setjmp... yes #10 177.0 checking for sigsetjmp... yes #10 177.4 checking POSIX termios... yes #10 178.1 checking size of speed_t... 4 #10 178.9 checking for usable FIONREAD... yes #10 179.0 checking for usable SIGIO... yes #10 179.3 checking for struct alignment... yes #10 179.4 checking for C/C++ restrict keyword... __restrict__ #10 179.7 checking for typeof syntax and keyword spelling... typeof #10 179.8 checking for statement expressions... yes #10 180.0 checking whether malloc (0) returns nonnull... yes #10 180.4 checking sys/acl.h usability... yes #10 180.8 checking sys/acl.h presence... yes #10 181.0 checking for sys/acl.h... yes #10 181.0 checking for library containing acl_get_file... -lacl #10 181.9 checking for acl_get_file... yes #10 182.2 checking for acl_get_fd... yes #10 183.0 checking for acl_set_file... yes #10 183.6 checking for acl_set_fd... yes #10 184.0 checking for acl_free... yes #10 184.4 checking for acl_from_mode... yes #10 184.8 checking for acl_from_text... yes #10 185.2 checking for acl_delete_def_file... yes #10 185.5 checking for acl_extended_file... yes #10 185.9 checking for acl_delete_fd_np... no #10 186.2 checking for acl_delete_file_np... no #10 186.6 checking for acl_copy_ext_native... no #10 187.0 checking for acl_create_entry_np... no #10 187.3 checking for acl_to_short_text... no #10 187.7 checking for acl_free_text... no #10 188.2 checking for working acl_get_file... yes #10 188.7 checking acl/libacl.h usability... yes #10 189.1 checking acl/libacl.h presence... yes #10 189.1 checking for acl/libacl.h... yes #10 189.2 checking for acl_entries... yes #10 189.8 checking for ACL_FIRST_ENTRY... yes #10 190.3 checking for ACL_TYPE_EXTENDED... no #10 190.6 checking for working alloca.h... yes #10 190.9 checking for alloca... yes #10 191.2 checking for a thread-safe mkdir -p... /bin/mkdir -p #10 191.2 checking whether the preprocessor supports include_next... yes #10 191.5 checking whether source code line length is unlimited... yes #10 191.6 checking whether endutent is declared... yes #10 191.9 checking for struct utmpx.ut_user... yes #10 192.4 checking for struct utmp.ut_user... yes #10 193.1 checking for struct utmpx.ut_name... yes #10 193.7 checking for struct utmp.ut_name... yes #10 194.1 checking for struct utmpx.ut_type... yes #10 194.3 checking for struct utmp.ut_type... yes #10 194.6 checking for struct utmpx.ut_pid... yes #10 194.8 checking for struct utmp.ut_pid... yes #10 195.0 checking for struct utmp.ut_tv... yes #10 195.5 checking for struct utmpx.ut_host... yes #10 195.8 checking for struct utmp.ut_host... yes #10 196.2 checking for struct utmpx.ut_id... yes #10 196.5 checking for struct utmp.ut_id... yes #10 196.9 checking for struct utmpx.ut_session... yes #10 197.3 checking for struct utmp.ut_session... yes #10 197.6 checking for struct utmpx.ut_exit... yes #10 198.8 checking for struct utmp.ut_exit... yes #10 199.6 checking for struct utmpx.ut_exit.ut_exit... no #10 200.2 checking for struct utmpx.ut_exit.e_exit... yes #10 200.7 checking for struct utmp.ut_exit.e_exit... yes #10 201.0 checking for struct utmpx.ut_exit.ut_termination... no #10 201.4 checking for struct utmpx.ut_exit.e_termination... yes #10 201.8 checking for struct utmp.ut_exit.e_termination... yes #10 202.5 checking whether sysinfo is declared... yes #10 202.9 checking for sys/sysctl.h... yes #10 203.3 checking for sysctl... yes #10 203.6 checking whether lstat correctly handles trailing slash... yes #10 204.2 checking whether // is distinct from /... no #10 204.3 checking whether realpath works... yes #10 205.0 checking for faccessat... yes #10 205.7 checking for getcwd... yes #10 206.1 checking whether byte ordering is bigendian... no #10 206.9 checking if environ is properly declared... yes #10 207.1 checking for complete errno.h... yes #10 207.3 checking whether ctype.h defines __header_inline... no #10 207.4 checking for mode_t... yes #10 208.4 checking whether strmode is declared... no #10 208.8 checking whether getline is declared... yes #10 209.2 checking for gawk... no #10 209.2 checking for mawk... mawk #10 209.2 checking for getopt.h... (cached) yes #10 209.2 checking for getopt_long_only... yes #10 209.6 checking whether getopt is POSIX compatible... yes #10 210.7 checking for working GNU getopt function... yes #10 211.2 checking for working GNU getopt_long function... yes #10 211.5 checking whether timespec_get is declared... yes #10 211.7 checking for timespec_get... yes #10 212.1 checking for struct timeval... yes #10 212.4 checking for wide-enough struct timeval.tv_sec member... yes #10 212.7 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #10 212.9 checking whether the compiler produces multi-arch binaries... no #10 213.1 checking whether stdint.h conforms to C99... yes #10 214.2 checking whether stdint.h works without ISO C predefines... yes #10 214.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #10 214.8 checking whether memmem is declared... yes #10 215.3 checking whether memrchr is declared... yes #10 215.7 checking whether defines MIN and MAX... no #10 215.8 checking whether defines MIN and MAX... yes #10 216.1 checking whether time_t is signed... yes #10 216.4 checking whether alarm is declared... yes #10 216.8 checking for working mktime... no #10 217.8 checking whether struct tm is in sys/time.h or time.h... time.h #10 218.0 checking for struct tm.tm_zone... yes #10 218.2 checking for struct tm.tm_gmtoff... yes #10 218.4 checking whether is self-contained... yes #10 219.1 checking for inline... inline #10 219.2 checking for sigset_t... yes #10 219.6 checking for volatile sig_atomic_t... yes #10 220.2 checking for sighandler_t... yes #10 220.6 checking for wchar_t... yes #10 220.8 checking for good max_align_t... yes #10 221.0 checking whether NULL can be used in arbitrary expressions... yes #10 221.2 checking for unreachable... no #10 221.9 checking whether fcloseall is declared... yes #10 222.2 checking whether getw is declared... yes #10 222.6 checking whether putw is declared... yes #10 223.1 checking which flavor of printf attribute matches inttypes macros... system #10 223.5 checking whether strnlen is declared... yes #10 224.3 checking whether strtoimax is declared... yes #10 224.9 checking whether stat file-mode macros are broken... no #10 225.2 checking for nlink_t... yes #10 225.6 checking for struct timespec in ... yes #10 225.8 checking for TIME_UTC in ... yes #10 226.1 checking whether execvpe is declared... yes #10 226.4 checking whether clearerr_unlocked is declared... yes #10 226.9 checking whether feof_unlocked is declared... yes #10 227.3 checking whether ferror_unlocked is declared... yes #10 227.8 checking whether fflush_unlocked is declared... yes #10 228.4 checking whether fgets_unlocked is declared... yes #10 228.9 checking whether fputc_unlocked is declared... yes #10 229.3 checking whether fputs_unlocked is declared... yes #10 229.7 checking whether fread_unlocked is declared... yes #10 230.1 checking whether fwrite_unlocked is declared... yes #10 230.3 checking whether getc_unlocked is declared... yes #10 230.6 checking whether getchar_unlocked is declared... yes #10 230.8 checking whether putc_unlocked is declared... yes #10 231.1 checking whether putchar_unlocked is declared... yes #10 231.4 checking type of array argument to getgroups... gid_t #10 231.9 checking whether getdelim is declared... yes #10 232.4 checking whether getdtablesize is declared... yes #10 232.7 checking whether malloc is ptrdiff_t safe... yes #10 232.9 checking whether malloc, realloc, calloc set errno on failure... yes #10 232.9 checking for O_CLOEXEC... yes #10 233.2 checking for promoted mode_t type... mode_t #10 233.4 checking whether the utimes function works... yes #10 234.2 checking for C compiler option to allow warnings... -Wno-error #10 234.7 checking for alignas and alignof... yes, macros #10 235.1 checking for alloca as a compiler built-in... yes #10 235.2 checking for static_assert... yes, an macro #10 235.5 checking for __builtin_expect... yes #10 235.9 checking byteswap.h usability... yes #10 236.2 checking byteswap.h presence... yes #10 236.3 checking for byteswap.h... yes #10 236.4 checking for readlinkat... yes #10 236.8 checking for library containing clock_gettime... none required #10 237.3 checking for clock_getres... yes #10 237.8 checking for clock_gettime... yes #10 238.5 checking for clock_settime... yes #10 238.9 checking for copy_file_range... yes #10 239.2 checking for d_type member in directory struct... yes #10 239.6 checking whether // is distinct from /... (cached) no #10 239.6 checking whether dup2 works... yes #10 240.0 checking for library containing backtrace_symbols_fd... none required #10 240.5 checking for faccessat... (cached) yes #10 240.5 checking whether fchmodat works... no #10 241.1 checking for readlinkat... (cached) yes #10 241.1 checking whether fcntl handles F_DUPFD correctly... yes #10 241.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #10 242.2 checking whether fdopendir is declared... yes #10 242.4 checking whether fdopendir works... yes #10 243.0 checking for flexible array member... yes #10 243.6 checking for __fpending... yes #10 244.0 checking whether __fpending is declared... yes #10 244.2 checking whether free is known to preserve errno... no #10 244.5 checking whether fstatat (..., 0) works... yes #10 244.9 checking for sys/mount.h... yes #10 245.2 checking for statvfs function (SVR4)... yes #10 245.6 checking whether to use statvfs64... no #10 245.8 checking for two-argument statfs with statfs.f_frsize member... yes #10 246.2 checking sys/fs/s5param.h usability... no #10 246.5 checking sys/fs/s5param.h presence... no #10 246.7 checking for sys/fs/s5param.h... no #10 246.7 checking sys/statfs.h usability... yes #10 247.0 checking sys/statfs.h presence... yes #10 247.1 checking for sys/statfs.h... yes #10 247.1 checking for statfs that truncates block counts... no #10 247.3 checking for futimens... yes #10 247.7 checking whether futimens works... yes #10 249.0 checking for getline... yes #10 249.4 checking for working getline function... yes #10 250.3 checking for getloadavg... yes #10 250.7 checking sys/loadavg.h usability... no #10 250.9 checking sys/loadavg.h presence... no #10 251.0 checking for sys/loadavg.h... no #10 251.0 checking whether getloadavg is declared... yes #10 251.2 checking for getrandom... yes #10 251.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #10 251.8 checking for gettimeofday with POSIX signature... yes #10 252.1 checking whether the compiler supports the __inline keyword... yes #10 252.3 checking gmp.h usability... yes #10 252.7 checking gmp.h presence... yes #10 252.9 checking for gmp.h... yes #10 253.0 checking for library containing __gmpz_roinit_n... -lgmp #10 253.9 checking for memmem... yes #10 254.2 checking whether memmem works... yes #10 254.6 checking for mempcpy... yes #10 255.1 checking for memrchr... yes #10 255.5 checking for explicit_memset... no #10 256.1 checking for mkostemp... yes #10 256.5 checking for library containing nanosleep... none required #10 256.8 checking for working nanosleep... no (mishandles large arguments) #10 258.5 checking for sys/pstat.h... no #10 258.7 checking for sys/sysmp.h... no #10 259.1 checking for sys/param.h... (cached) yes #10 259.1 checking for sys/sysctl.h... (cached) yes #10 259.2 checking for sched_getaffinity_np... no #10 259.6 checking for pstat_getdynamic... no #10 260.0 checking for sysmp... no #10 260.5 checking for sysctl... (cached) yes #10 260.5 checking for sched_getaffinity... yes #10 260.9 checking for glibc compatible sched_getaffinity... yes #10 261.2 checking for pipe2... yes #10 261.7 checking whether signature of pselect conforms to POSIX... yes #10 262.0 checking whether pselect detects invalid fds... yes #10 262.4 checking whether pthread_sigmask is a macro... no #10 262.5 checking whether pthread_sigmask returns error numbers... yes #10 262.9 checking whether pthread_sigmask unblocks signals correctly... guessing yes #10 265.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #10 266.2 checking whether readlink signature is correct... yes #10 266.5 checking whether readlink handles trailing slash correctly... yes #10 267.0 checking whether readlink truncates results correctly... yes #10 267.6 checking for readlinkat... (cached) yes #10 267.6 checking whether readlinkat signature is correct... yes #10 268.0 checking for working re_compile_pattern... no #10 269.0 checking libintl.h usability... yes #10 269.3 checking libintl.h presence... yes #10 269.4 checking for libintl.h... yes #10 269.4 checking whether isblank is declared... yes #10 269.7 checking for sig2str... no #10 270.1 checking for sigdescr_np... no #10 270.5 checking for socklen_t... yes #10 270.8 checking for ssize_t... yes #10 271.1 checking for struct stat.st_atim.tv_nsec... yes #10 271.3 checking whether struct stat.st_atim is of type struct timespec... yes #10 271.5 checking for struct stat.st_birthtimespec.tv_nsec... no #10 271.9 checking for struct stat.st_birthtimensec... no #10 272.7 checking for struct stat.st_birthtim.tv_nsec... no #10 273.3 checking for bool, true, false... no #10 273.6 checking for stpcpy... yes #10 274.1 checking for working strnlen... yes #10 274.7 checking whether strtoimax works... yes #10 275.2 checking whether symlink handles trailing slash correctly... yes #10 275.9 checking whether localtime_r is declared... yes #10 276.1 checking whether localtime_r is compatible with its POSIX signature... yes #10 276.5 checking whether localtime works even near extrema... yes #10 277.0 checking for timezone_t... no #10 277.1 checking for timegm... yes #10 277.4 checking whether timer_settime is declared... yes #10 277.6 checking for library containing timer_settime... -lrt #10 278.3 checking for timer_settime... yes #10 278.7 checking for utimensat... yes #10 279.0 checking whether utimensat works... yes #10 280.4 checking for variable-length arrays... yes #10 280.8 checking whether getdtablesize works... yes #10 281.2 checking for __mktime_internal... no #10 281.7 checking for timer_getoverrun... yes #10 282.3 checking for gcc option to disable position independent executables... not needed #10 282.3 checking for __ctype_get_mb_cur_max... yes #10 282.7 checking whether MB_CUR_MAX is defined to function that won't link... no #10 282.9 #10 282.9 Configured for 'x86_64-pc-linux-gnu'. #10 282.9 #10 282.9 Where should the build process find the source code? . #10 282.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #10 282.9 Should Emacs use the GNU version of malloc? no #10 282.9 (The GNU allocators don't work with this system configuration.) #10 282.9 Should Emacs use a relocating allocator for buffers? no #10 282.9 Should Emacs use mmap(2) for buffer allocation? no #10 282.9 What window system should Emacs use? nextstep #10 282.9 What toolkit should Emacs use? none #10 282.9 Where do we find X Windows header files? NONE #10 282.9 Where do we find X Windows libraries? NONE #10 282.9 Does Emacs use -lXaw3d? no #10 282.9 Is Emacs being built for Android? no #10 282.9 Does Emacs use the X Double Buffer Extension? no #10 282.9 Does Emacs use -lXpm? no #10 282.9 Does Emacs use -ljpeg? no #10 282.9 Does Emacs use -ltiff? no #10 282.9 Does Emacs use a gif library? no #10 282.9 Does Emacs use a png library? no #10 282.9 Does Emacs use -lrsvg-2? no #10 282.9 Does Emacs use -lwebp? no #10 282.9 Does Emacs use -lsqlite3? no #10 282.9 Does Emacs use cairo? no #10 282.9 Does Emacs use -llcms2? no #10 282.9 Does Emacs use imagemagick? no #10 282.9 Does Emacs use native APIs for images? yes (ns) #10 282.9 Does Emacs support sound? yes #10 282.9 Does Emacs use -lgpm? no #10 282.9 Does Emacs use -ldbus? yes #10 282.9 Does Emacs use -lgconf? no #10 282.9 Does Emacs use GSettings? no #10 282.9 Does Emacs use a file notification library? yes -lglibc (inotify) #10 282.9 Does Emacs use access control lists? yes -lacl -lattr #10 282.9 Does Emacs use -lselinux? no #10 282.9 Does Emacs use -lgnutls? yes #10 282.9 Does Emacs use -lxml2? no #10 282.9 Does Emacs use -lfreetype? no #10 282.9 Does Emacs use HarfBuzz? no #10 282.9 Does Emacs use -lm17n-flt? no #10 282.9 Does Emacs use -lotf? no #10 282.9 Does Emacs use -lxft? no #10 282.9 Does Emacs use -lsystemd? no #10 282.9 Does Emacs use -ljansson? no #10 282.9 Does Emacs use -ltree-sitter? no #10 282.9 Does Emacs use the GMP library? yes #10 282.9 Does Emacs directly use zlib? yes #10 282.9 Does Emacs have dynamic modules support? yes #10 282.9 Does Emacs use toolkit scroll bars? yes #10 282.9 Does Emacs support Xwidgets? no #10 282.9 Does Emacs have threading support in lisp? yes #10 282.9 Does Emacs support the portable dumper? yes #10 282.9 Does Emacs support legacy unexec dumping? no #10 282.9 Which dumping strategy does Emacs use? pdumper #10 282.9 Does Emacs have native lisp compiler? no #10 282.9 Does Emacs use version 2 of the X Input Extension? no #10 282.9 Does Emacs generate a smaller-size Japanese dictionary? no #10 282.9 #10 282.9 #10 282.9 #10 282.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #10 282.9 Run 'make install' in order to build an application bundle. #10 282.9 The application will go to nextstep/Emacs.app and can be run or moved #10 282.9 from there. #10 282.9 The application will be fully self-contained. #10 282.9 #10 284.4 configure: creating ./config.status #10 285.0 config.status: creating src/verbose.mk #10 285.1 config.status: creating src/emacs-module.h #10 285.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #10 285.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #10 285.6 config.status: creating Makefile #10 285.7 config.status: creating lib/gnulib.mk #10 286.2 config.status: creating ./doc/man/emacs.1 #10 286.4 config.status: creating lib/Makefile #10 286.7 config.status: creating lib-src/Makefile #10 286.9 config.status: creating oldXMenu/Makefile #10 287.1 config.status: creating src/Makefile #10 287.3 config.status: creating lwlib/Makefile #10 287.4 config.status: creating nextstep/Makefile #10 287.6 config.status: creating nt/Makefile #10 287.8 config.status: creating doc/emacs/Makefile #10 288.0 config.status: creating doc/misc/Makefile #10 288.1 config.status: creating doc/lispintro/Makefile #10 288.3 config.status: creating doc/lispref/Makefile #10 288.5 config.status: creating lisp/Makefile #10 288.7 config.status: creating leim/Makefile #10 288.9 config.status: creating test/Makefile #10 289.0 config.status: creating test/manual/noverlay/Makefile #10 289.1 config.status: creating test/infra/Makefile #10 289.3 config.status: creating admin/charsets/Makefile #10 289.4 config.status: creating admin/unidata/Makefile #10 289.7 config.status: creating admin/grammars/Makefile #10 290.0 config.status: creating java/Makefile #10 290.2 config.status: creating cross/Makefile #10 290.4 config.status: creating java/AndroidManifest.xml #10 290.7 config.status: creating src/config.h #10 290.9 config.status: executing src/epaths.h commands #10 291.1 config.status: executing src/.gdbinit commands #10 291.1 config.status: executing doc/emacs/emacsver.texi commands #10 291.1 config.status: executing etc-refcards-emacsver.tex commands #10 291.3 configure: WARNING: This configuration installs a 'movemail' program #10 291.3 that does not retrieve POP3 email. By default, Emacs 25 and earlier #10 291.3 installed a 'movemail' program that retrieved POP3 email via only #10 291.3 insecure channels, a practice that is no longer recommended but that #10 291.3 you can continue to support by using './configure --with-pop'. #10 291.3 configure: You might want to install GNU Mailutils #10 291.3 and use './configure --with-mailutils'. #10 DONE 292.9s #11 [emacs-gnustep 6/6] RUN make bootstrap #11 2.591 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #11 2.621 make[1]: Entering directory '/checkout' #11 3.087 make bootstrap-clean #11 3.114 make[2]: Entering directory '/checkout' #11 3.309 make -C src bootstrap-clean #11 3.377 make[3]: Entering directory '/checkout/src' #11 3.377 GEN /checkout/src/lisp.mk #11 4.502 rm -f android-emacs libemacs.so #11 4.514 rm -f temacs core ./*.core \#* ./*.o build-counter.c #11 4.522 rm -f dmpstruct.h #11 4.526 rm -f emacs.pdmp #11 4.533 rm -f ../etc/DOC #11 4.553 rm -f bootstrap-emacs bootstrap-emacs.pdmp #11 4.559 rm -f emacs-30.0.50 #11 4.562 rm -f buildobj.h #11 4.566 rm -f globals.h gl-stamp #11 4.569 rm -f ./*.res ./*.tmp #11 4.574 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #11 4.607 rm -f ../etc/DOC* #11 4.622 rm -f deps/* #11 4.651 rm -f emacs-module.h epaths.h config.h config.stamp #11 4.659 if test -f ./.gdbinit; then \ #11 4.659 mv ./.gdbinit ./.gdbinit.save; \ #11 4.659 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #11 4.659 else mv ./.gdbinit.save ./.gdbinit; fi; \ #11 4.659 fi #11 4.723 make[3]: Leaving directory '/checkout/src' #11 4.723 make -C oldXMenu bootstrap-clean #11 4.747 make[3]: Entering directory '/checkout/oldXMenu' #11 4.747 rm -f libXMenu11.a ./*.o deps/* #11 4.757 rm -f Makefile #11 4.757 rm -fr deps #11 4.771 make[3]: Leaving directory '/checkout/oldXMenu' #11 4.778 make -C lwlib bootstrap-clean #11 4.799 make[3]: Entering directory '/checkout/lwlib' #11 4.799 rm -f ./*.o liblw.a \#* deps/* #11 4.810 rm -f Makefile #11 4.819 rm -fr deps #11 4.819 rm -f TAGS #11 4.819 make[3]: Leaving directory '/checkout/lwlib' #11 4.820 make -C lib bootstrap-clean #11 5.172 make[3]: Entering directory '/checkout/lib' #11 5.172 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #11 5.229 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 #11 5.242 rm -f Makefile Makefile.android #11 5.258 rm -fr deps #11 5.282 make[3]: Leaving directory '/checkout/lib' #11 5.282 make -C lib-src bootstrap-clean #11 5.299 make[3]: Entering directory '/checkout/lib-src' #11 5.299 rm -f core ./*.o ./*.res #11 5.326 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #11 5.340 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #11 5.351 rm -f TAGS Makefile blessmail Makefile.android #11 5.367 make[3]: Leaving directory '/checkout/lib-src' #11 5.367 make -C nt bootstrap-clean #11 5.392 make[3]: Entering directory '/checkout/nt' #11 5.392 rm -f core *.o *.res #11 5.429 rm -f runemacs addpm cmdproxy ddeclient #11 5.429 rm -f TAGS Makefile *.rc #11 5.429 true #11 5.439 make[3]: Leaving directory '/checkout/nt' #11 5.439 make -C doc/emacs bootstrap-clean #11 5.458 make[3]: Entering directory '/checkout/doc/emacs' #11 5.458 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 5.458 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 5.466 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #11 5.481 rm -f Makefile #11 5.481 rm -f \ #11 5.481 ./../../info/emacs.info \ #11 5.481 ./../../info/emacs.info-[1-9] \ #11 5.481 ./../../info/emacs.info-[1-9][0-9] #11 5.524 rm -f ./emacsver.texi TAGS #11 5.527 make[3]: Leaving directory '/checkout/doc/emacs' #11 5.527 make -C doc/misc bootstrap-clean #11 5.580 make[3]: Entering directory '/checkout/doc/misc' #11 5.580 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #11 5.580 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #11 5.580 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #11 5.595 rm -f gnustmp* #11 5.639 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #11 5.639 rm -f Makefile #11 5.655 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 \ #11 5.655 file=`echo ${file} | sed 's/\.info$//'`.info; \ #11 5.655 rm -f \ #11 5.655 ./../../info/${file} \ #11 5.655 ./../../info/${file}-[1-9] \ #11 5.655 ./../../info/${file}-[1-9][0-9]; \ #11 5.655 done #11 7.331 rm -f ./modus-themes.texi ./org.texi #11 7.343 rm -f TAGS #11 7.348 make[3]: Leaving directory '/checkout/doc/misc' #11 7.349 make -C doc/lispref bootstrap-clean #11 7.358 make[3]: Entering directory '/checkout/doc/lispref' #11 7.358 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 7.358 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 7.369 rm -f elisp[12]* vol[12].tmp #11 7.392 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #11 7.399 rm -f vol[12].dvi vol[12].pdf vol[12].ps #11 7.414 rm -f Makefile #11 7.426 rm -f \ #11 7.426 ./../../info/elisp.info \ #11 7.426 ./../../info/elisp.info-[1-9] \ #11 7.426 ./../../info/elisp.info-[1-9][0-9] #11 7.439 rm -f TAGS #11 7.445 make[3]: Leaving directory '/checkout/doc/lispref' #11 7.445 make -C doc/lispintro bootstrap-clean #11 7.459 make[3]: Entering directory '/checkout/doc/lispintro' #11 7.460 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #11 7.460 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #11 7.470 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #11 7.482 rm -f Makefile #11 7.501 rm -f \ #11 7.501 ./../../info/eintr.info \ #11 7.501 ./../../info/eintr.info-[1-9] #11 7.506 rm -f TAGS #11 7.526 make[3]: Leaving directory '/checkout/doc/lispintro' #11 7.529 make -C test bootstrap-clean #11 7.540 make[3]: Entering directory '/checkout/test' #11 8.030 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #11 8.087 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #11 8.131 rm -f ./lisp/gnus/mml-sec-resources/random_seed #11 8.136 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #11 8.136 src/emacs-module-resources/*.dll gmp.h #11 8.149 find . -name '*.elc' -delete #11 8.172 make[3]: Leaving directory '/checkout/test' #11 8.173 make -C java bootstrap-clean #11 8.375 make[3]: Entering directory '/checkout/java' #11 8.375 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #11 8.385 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #11 8.399 find . -name '*.class' -delete #11 8.405 rm -f Makefile ndk-build.mk #11 8.413 make[3]: Leaving directory '/checkout/java' #11 8.415 make -C cross bootstrap-clean #11 8.429 make[3]: Entering directory '/checkout/cross' #11 8.431 for dir in src lib-src lib etc; do \ #11 8.431 find $dir -type f -delete; \ #11 8.431 done #11 8.455 rm -rf lib/config.h lib-src/config.h #11 8.458 if test -f ndk-build/Makefile; then \ #11 8.458 make -C ndk-build clean; \ #11 8.458 fi #11 8.460 for dir in src lib-src lib etc; do \ #11 8.460 find $dir -type l -delete; \ #11 8.460 done #11 8.484 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #11 8.490 rm -rf ndk-build/ndk-build.mk Makefile #11 8.503 make[3]: Leaving directory '/checkout/cross' #11 8.504 make -C nextstep bootstrap-clean #11 8.527 make[3]: Entering directory '/checkout/nextstep' #11 8.527 rm -rf /checkout/nextstep/Emacs.app #11 8.540 rm -f Makefile #11 8.546 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #11 8.546 GNUstep/Emacs.base/Resources/Emacs.desktop \ #11 8.546 Cocoa/Emacs.base/Contents/Info.plist \ #11 8.546 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #11 8.572 make[3]: Leaving directory '/checkout/nextstep' #11 8.572 make -C admin/charsets bootstrap-clean #11 8.588 make[3]: Entering directory '/checkout/admin/charsets' #11 8.588 make[3]: Nothing to be done for 'bootstrap-clean'. #11 8.589 make[3]: Leaving directory '/checkout/admin/charsets' #11 8.592 make -C admin/unidata bootstrap-clean #11 8.600 make[3]: Entering directory '/checkout/admin/unidata' #11 8.683 rm -f ./*.elc unidata.txt #11 8.700 make[3]: Leaving directory '/checkout/admin/unidata' #11 8.702 make -C leim bootstrap-clean #11 8.710 make[3]: Entering directory '/checkout/leim' #11 8.761 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 #11 8.785 make[3]: Leaving directory '/checkout/leim' #11 8.785 make -C lisp bootstrap-clean #11 8.794 make[3]: Entering directory '/checkout/lisp' #11 8.915 find . -name '*.elc' -delete #11 8.940 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #11 8.953 make[3]: Leaving directory '/checkout/lisp' #11 8.955 make -C admin/grammars bootstrap-clean #11 8.977 make[3]: Entering directory '/checkout/admin/grammars' #11 8.981 make[3]: Nothing to be done for 'bootstrap-clean'. #11 8.981 make[3]: Leaving directory '/checkout/admin/grammars' #11 8.982 [ ! -f config.log ] || mv -f config.log config.log~ #11 9.053 rm -rf ./info #11 9.061 rm -f ./etc/refcards/emacsver.tex #11 9.072 rm -rf native-lisp/ lisp/leim/ja-dic/ #11 9.079 rm -fr autom4te.cache config.cache #11 9.097 rm -f config.log ./doc/man/emacs.1 #11 9.104 make[2]: Leaving directory '/checkout' #11 9.105 cd . && ./autogen.sh autoconf #11 9.127 Checking whether you have the necessary tools... #11 9.127 (Read INSTALL.REPO for more details on building Emacs) #11 9.137 Checking for autoconf (need at least version 2.65) ... ok #11 9.246 Your system has the required tools. #11 9.274 Running 'autoreconf -fi -I m4' ... #11 43.81 Building 'aclocal.m4' in exec ... #11 43.82 Running 'autoreconf -fi' in exec ... #11 51.80 You can now run './autogen.sh git'. #11 51.80 make MAKEFILE_NAME=force-Makefile force-Makefile #11 51.81 make[2]: Entering directory '/checkout' #11 51.82 make[2]: *** No rule to make target 'echo-sources'. Stop. #11 52.05 if [ -x ./config.status ]; then \ #11 52.05 ./config.status --recheck; \ #11 52.05 else \ #11 52.05 ./configure --cache-file=/dev/null; \ #11 52.05 fi #11 52.30 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #11 52.92 checking for xcrun... no #11 52.92 checking for GNU Make... make #11 52.98 checking build system type... x86_64-pc-linux-gnu #11 53.27 checking host system type... x86_64-pc-linux-gnu #11 53.35 checking for gcc... gcc #11 53.51 checking whether the C compiler works... yes #11 53.71 checking for C compiler default output file name... a.out #11 53.71 checking for suffix of executables... #11 53.93 checking whether we are cross compiling... no #11 54.29 checking for suffix of object files... o #11 54.44 checking whether we are using the GNU C compiler... yes #11 54.57 checking whether gcc accepts -g... yes #11 54.80 checking for gcc option to enable C11 features... none needed #11 55.26 checking whether the compiler is clang... no #11 55.39 checking for compiler option needed when checking for declarations... none #11 55.40 checking whether gcc and cc understand -c and -o together... yes #11 56.12 checking how to run the C preprocessor... gcc -E #11 56.76 checking for grep that handles long lines and -e... /bin/grep #11 56.78 checking for egrep... /bin/grep -E #11 56.80 checking for ANSI C header files... yes #11 57.71 checking for sys/types.h... yes #11 57.96 checking for sys/stat.h... yes #11 58.40 checking for stdlib.h... yes #11 58.83 checking for string.h... yes #11 59.36 checking for memory.h... yes #11 59.79 checking for strings.h... yes #11 60.07 checking for inttypes.h... yes #11 60.48 checking for stdint.h... yes #11 60.95 checking for unistd.h... yes #11 61.42 checking for wchar.h... yes #11 61.95 checking for minix/config.h... no #11 62.44 checking for linux/fs.h... yes #11 62.87 checking for malloc.h... yes #11 63.31 checking for sys/systeminfo.h... no #11 63.57 checking for sys/sysinfo.h... yes #11 64.12 checking for coff.h... no #11 64.52 checking for pty.h... yes #11 65.04 checking for sys/resource.h... yes #11 65.47 checking for sys/utsname.h... yes #11 66.00 checking for pwd.h... yes #11 66.47 checking for util.h... no #11 66.73 checking for sanitizer/lsan_interface.h... yes #11 67.10 checking for sanitizer/asan_interface.h... yes #11 67.42 checking for sanitizer/common_interface_defs.h... yes #11 67.73 checking for sys/socket.h... yes #11 68.11 checking for stdlib.h... (cached) yes #11 68.15 checking for unistd.h... (cached) yes #11 68.23 checking for sys/param.h... yes #11 68.56 checking for pthread.h... yes #11 68.94 checking for malloc/malloc.h... no #11 69.18 checking for sys/un.h... yes #11 69.77 checking for utmp.h... yes #11 70.25 checking for utmpx.h... yes #11 70.60 checking for OS.h... no #11 71.09 checking for dirent.h... yes #11 71.60 checking for execinfo.h... yes #11 72.01 checking for linux/xattr.h... yes #11 72.42 checking for stdio_ext.h... yes #11 72.70 checking for sys/vfs.h... yes #11 72.97 checking for sys/fs_types.h... no #11 73.19 checking for getopt.h... yes #11 73.47 checking for sys/cdefs.h... yes #11 73.74 checking for sys/time.h... yes #11 73.96 checking for ieee754.h... yes #11 74.24 checking for limits.h... yes #11 74.58 checking for inttypes.h... (cached) yes #11 74.65 checking for sys/types.h... (cached) yes #11 74.71 checking for stdint.h... (cached) yes #11 74.76 checking for sys/select.h... yes #11 75.06 checking for stdbool.h... yes #11 75.32 checking for stdckdint.h... no #11 75.66 checking for sys/random.h... yes #11 75.97 checking for sys/stat.h... (cached) yes #11 76.00 checking whether it is safe to define __EXTENSIONS__... yes #11 76.26 checking whether _XOPEN_SOURCE should be defined... no #11 76.51 checking for Minix Amsterdam compiler... no #11 76.70 checking for ar... ar #11 76.70 checking for ranlib... ranlib #11 76.71 checking for gcc option to enable large file support... none needed #11 77.04 checking for gcc option for timestamps after 2038... none needed #11 77.17 checking for g++... g++ #11 77.37 checking whether we are using the GNU C++ compiler... yes #11 77.54 checking whether g++ accepts -g... yes #11 77.71 checking for g++ option to enable C++11 features... none needed #11 128.0 checking how to run the C++ preprocessor... g++ -E #11 128.4 checking whether gcc accepts -g3 -O2... yes #11 128.7 checking whether the compiler is clang... no #11 128.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 129.0 checking whether -Wno-missing-field-initializers is needed... yes #11 129.5 checking whether -Wuninitialized is supported... yes #11 129.6 checking whether C compiler handles -fstrict-flex-arrays... no #11 129.8 checking whether C compiler handles -Wall... yes #11 130.2 checking whether C compiler handles -Warith-conversion... yes #11 130.5 checking whether C compiler handles -Wdate-time... yes #11 130.8 checking whether C compiler handles -Wdisabled-optimization... yes #11 131.1 checking whether C compiler handles -Wdouble-promotion... yes #11 131.4 checking whether C compiler handles -Wduplicated-cond... yes #11 131.9 checking whether C compiler handles -Wextra... yes #11 132.6 checking whether C compiler handles -Wformat-signedness... yes #11 133.0 checking whether C compiler handles -Winit-self... yes #11 133.6 checking whether C compiler handles -Winvalid-pch... yes #11 133.9 checking whether C compiler handles -Wlogical-op... yes #11 134.2 checking whether C compiler handles -Wmissing-declarations... yes #11 134.7 checking whether C compiler handles -Wmissing-include-dirs... yes #11 135.0 checking whether C compiler handles -Wmissing-prototypes... yes #11 135.3 checking whether C compiler handles -Wnested-externs... yes #11 135.7 checking whether C compiler handles -Wnull-dereference... yes #11 136.1 checking whether C compiler handles -Wold-style-definition... yes #11 136.3 checking whether C compiler handles -Wopenmp-simd... yes #11 136.6 checking whether C compiler handles -Wpacked... yes #11 137.3 checking whether C compiler handles -Wpointer-arith... yes #11 137.6 checking whether C compiler handles -Wstrict-flex-arrays... no #11 137.8 checking whether C compiler handles -Wstrict-prototypes... yes #11 138.1 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 138.4 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 138.9 checking whether C compiler handles -Wsuggest-final-methods... yes #11 139.4 checking whether C compiler handles -Wsuggest-final-types... yes #11 139.8 checking whether C compiler handles -Wtrampolines... yes #11 140.5 checking whether C compiler handles -Wuninitialized... yes #11 140.9 checking whether C compiler handles -Wunknown-pragmas... yes #11 141.2 checking whether C compiler handles -Wunused-macros... yes #11 141.6 checking whether C compiler handles -Wvariadic-macros... yes #11 142.0 checking whether C compiler handles -Wvector-operation-performance... yes #11 142.3 checking whether C compiler handles -Wwrite-strings... yes #11 142.7 checking whether C compiler handles -Warray-bounds=2... yes #11 143.1 checking whether C compiler handles -Wattribute-alias=2... yes #11 143.5 checking whether C compiler handles -Wformat=2... yes #11 143.9 checking whether C compiler handles -Wformat-truncation=2... yes #11 144.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 144.6 checking whether C compiler handles -Wshift-overflow=2... yes #11 145.2 checking whether C compiler handles -Wuse-after-free=3... no #11 145.3 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 145.8 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 146.1 checking whether C compiler handles -Wredundant-decls... yes #11 146.4 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 146.4 checking whether C compiler handles -Wno-override-init... yes #11 146.8 checking whether C compiler handles -Wno-sign-compare... yes #11 147.2 checking whether C compiler handles -Wno-type-limits... yes #11 147.9 checking whether C compiler handles -Wno-unused-parameter... yes #11 148.5 checking whether C compiler handles -Wno-format-nonliteral... yes #11 149.2 checking whether C compiler handles -Wno-bidi-chars... no #11 149.5 checking for a BSD-compatible install... /usr/bin/install -c #11 149.6 checking command to symlink files in the same directory... ln -s #11 149.6 checking for install-info... : #11 149.6 checking for gzip... /bin/gzip #11 149.6 checking for 'find' args to delete a file... -delete #11 149.6 checking for brew... no #11 150.6 checking for -znocombreloc... not needed #11 150.6 checking whether addresses are sanitized... no #11 150.8 checking for math library... -lm #11 152.4 checking for struct passwd.pw_gecos... yes #11 152.9 checking for pkg-config... /usr/bin/pkg-config #11 152.9 checking pkg-config is at least version 0.9.0... yes #11 153.0 checking for machine/soundcard.h... no #11 153.2 checking for sys/soundcard.h... yes #11 153.5 checking for soundcard.h... no #11 153.6 checking for mmsystem.h... no #11 153.8 checking for _oss_ioctl in -lossaudio... no #11 154.2 checking for alsa >= 1.0.0... no #11 154.2 checking for ADDR_NO_RANDOMIZE... yes #11 154.4 checking if Linux sysinfo may be used... yes #11 155.0 checking for sys/wait.h that is POSIX.1 compatible... yes #11 155.5 checking for net/if.h... yes #11 156.0 checking for ifaddrs.h... yes #11 156.3 checking for net/if_dl.h... no #11 156.5 checking for struct ifreq.ifr_flags... yes #11 156.9 checking for struct ifreq.ifr_hwaddr... yes #11 157.5 checking for struct ifreq.ifr_netmask... yes #11 158.1 checking for struct ifreq.ifr_broadaddr... yes #11 158.8 checking for struct ifreq.ifr_addr... yes #11 159.4 checking for struct ifreq.ifr_addr.sa_len... no #11 160.1 checking whether gcc understands -MMD -MF... yes #11 160.3 checking for X... no #11 160.8 checking AppKit/AppKit.h usability... yes #11 163.0 checking AppKit/AppKit.h presence... yes #11 163.9 checking for AppKit/AppKit.h... yes #11 163.9 checking for Mac OS X 12.0 or later... yes #11 164.1 checking for gcc... gcc #11 164.3 checking whether we are using the GNU Objective C compiler... yes #11 164.5 checking whether gcc accepts -g... yes #11 164.6 checking if the Objective C compiler supports instancetype... yes #11 164.7 checking if the Objective C compiler defaults to C99... no #11 164.8 checking whether malloc is Doug Lea style... no #11 164.9 checking for sbrk... yes #11 165.3 checking for __lsan_ignore_object... no #11 165.4 checking for fchmod... yes #11 165.9 checking for utmpname... yes #11 166.4 checking for utmpxname... yes #11 166.8 checking for canonicalize_file_name... yes #11 167.3 checking for realpath... yes #11 167.7 checking for lstat... yes #11 168.2 checking for fchmodat... yes #11 168.6 checking for lchmod... no #11 168.9 checking for fcntl... yes #11 169.4 checking for fdopendir... yes #11 170.0 checking for listxattr... yes #11 170.6 checking for fstatat... yes #11 171.2 checking for fsync... yes #11 171.6 checking for gettimeofday... yes #11 171.9 checking for memset_explicit... no #11 172.4 checking for memset_s... no #11 172.8 checking for pselect... yes #11 173.5 checking for readlink... yes #11 174.1 checking for isblank... yes #11 174.6 checking for iswctype... yes #11 175.1 checking for strtoimax... yes #11 175.4 checking for symlink... yes #11 175.9 checking for localtime_r... yes #11 176.3 checking for getdtablesize... yes #11 176.7 checking for getpagesize... yes #11 177.0 checking for working mmap... yes #11 177.6 checking for main in -lXbsd... no #11 177.9 checking for pthread library... -lpthread #11 178.7 checking for thread support... yes #11 178.7 checking for librsvg-2.0 >= 2.14.0... no #11 178.8 checking for libwebpdemux >= 0.6.0... no #11 178.9 checking for WebPGetInfo... no #11 179.4 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 179.5 checking for sqlite3_open_v2 in -lsqlite3... no #11 179.8 checking for getaddrinfo_a in -lanl... yes #11 180.1 checking for malloc_trim... yes #11 180.5 checking for dbus-1 >= 1.0... yes #11 180.7 checking for dbus_watch_get_unix_fd... yes #11 181.3 checking for dbus_type_is_valid... yes #11 181.7 checking for dbus_validate_bus_name... yes #11 182.3 checking for dbus_validate_path... yes #11 182.7 checking for dbus_validate_interface... yes #11 183.2 checking for dbus_validate_member... yes #11 183.7 checking for lgetfilecon in -lselinux... no #11 184.1 checking for gnutls >= 2.12.2... yes #11 184.2 checking for libsystemd >= 222... no #11 184.2 checking for jansson >= 2.7... no #11 184.3 checking for tree-sitter >= 0.20.2... no #11 184.4 checking for tree-sitter >= 0.6.3... no #11 184.4 checking sys/inotify.h usability... yes #11 184.8 checking sys/inotify.h presence... yes #11 184.8 checking for sys/inotify.h... yes #11 184.8 checking for inotify_init1... yes #11 185.6 checking for jpeglib 6b or later... no #11 186.0 checking for lcms2... no #11 186.0 checking for library containing inflateEnd... -lz #11 186.7 checking for dladdr... yes #11 187.2 checking for dlfunc... no #11 187.6 checking for libpng >= 1.0.0... no #11 187.7 checking for libpng not configured by pkg-config... no #11 187.9 checking tiffio.h usability... no #11 188.1 checking tiffio.h presence... no #11 188.2 checking for tiffio.h... no #11 188.2 checking gif_lib.h usability... no #11 188.5 checking gif_lib.h presence... no #11 188.6 checking for gif_lib.h... no #11 188.6 checking gpm.h usability... no #11 188.8 checking gpm.h presence... no #11 188.9 checking for gpm.h... no #11 188.9 checking for libxml-2.0 > 2.6.17... no #11 189.0 checking for maillock in -lmail... no #11 189.2 checking for maillock in -llockfile... no #11 189.4 checking for liblockfile.so... no #11 189.4 checking maillock.h usability... no #11 189.9 checking maillock.h presence... no #11 190.1 checking for maillock.h... no #11 190.2 checking linux/seccomp.h usability... yes #11 190.5 checking linux/seccomp.h presence... yes #11 190.6 checking for linux/seccomp.h... yes #11 190.7 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 190.9 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 191.1 checking linux/filter.h usability... yes #11 191.3 checking linux/filter.h presence... yes #11 191.4 checking for linux/filter.h... yes #11 191.5 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 191.5 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 191.5 checking for libseccomp >= 2.5.2... no #11 191.6 checking size of long... 8 #11 192.2 checking for accept4... yes #11 192.7 checking for fchdir... yes #11 193.6 checking for gethostname... yes #11 194.0 checking for getrusage... yes #11 194.3 checking for get_current_dir_name... yes #11 194.6 checking for lrand48... yes #11 195.0 checking for random... yes #11 195.5 checking for rint... yes #11 196.1 checking for tcdrain... yes #11 196.6 checking for trunc... yes #11 197.0 checking for select... yes #11 197.4 checking for getpagesize... (cached) yes #11 197.5 checking for setlocale... yes #11 198.0 checking for newlocale... yes #11 198.5 checking for getrlimit... yes #11 198.8 checking for setrlimit... yes #11 199.1 checking for shutdown... yes #11 199.5 checking for pthread_sigmask... (cached) yes #11 199.6 checking for strsignal... yes #11 200.2 checking for setitimer... yes #11 200.9 checking for sendto... yes #11 201.3 checking for recvfrom... yes #11 201.7 checking for getsockname... yes #11 202.1 checking for getifaddrs... yes #11 202.6 checking for freeifaddrs... yes #11 203.0 checking for gai_strerror... yes #11 203.5 checking for sync... yes #11 203.9 checking for endpwent... yes #11 204.3 checking for getgrent... yes #11 204.8 checking for endgrent... yes #11 205.3 checking for renameat2... yes #11 205.7 checking for cfmakeraw... yes #11 206.1 checking for cfsetspeed... yes #11 206.5 checking for __executable_start... yes #11 207.2 checking for log2... yes #11 208.1 checking for pthread_setname_np... yes #11 208.4 checking for pthread_set_name_np... no #11 208.7 checking for getpwent... yes #11 209.1 checking whether pthread_setname_np takes a single argument... no #11 209.2 checking whether pthread_setname_np takes three arguments... no #11 209.4 checking for aligned_alloc... yes #11 209.7 checking whether aligned_alloc is declared... yes #11 210.0 checking for posix_madvise... yes #11 210.4 checking for madvise... yes #11 210.7 checking for __builtin_frame_address... yes #11 211.1 checking for __builtin_unwind_init... yes #11 211.4 checking for _LARGEFILE_SOURCE value needed for large files... no #11 212.0 checking for grantpt... yes #11 212.4 checking for getpt... yes #11 213.0 checking for posix_openpt... yes #11 213.5 checking for library containing tputs... -ltinfo #11 214.3 checking whether -ltinfo library defines BC... yes #11 214.6 checking for timerfd interface... yes #11 214.8 checking whether signals can be handled on alternate stack... yes #11 215.2 checking valgrind/valgrind.h usability... no #11 215.5 checking valgrind/valgrind.h presence... no #11 215.7 checking for valgrind/valgrind.h... no #11 215.7 checking for struct unipair.unicode... yes #11 215.8 checking for pid_t... yes #11 216.3 checking vfork.h usability... no #11 216.5 checking vfork.h presence... no #11 216.6 checking for vfork.h... no #11 216.6 checking for fork... yes #11 216.8 checking for vfork... yes #11 217.1 checking for working fork... yes #11 217.7 checking for working vfork... (cached) yes #11 217.7 checking for snprintf... yes #11 218.1 checking for open_memstream... yes #11 218.5 checking spawn.h usability... yes #11 218.9 checking spawn.h presence... yes #11 218.9 checking for spawn.h... yes #11 219.0 checking for posix_spawn... yes #11 219.3 checking for posix_spawn_file_actions_addchdir... no #11 219.9 checking for posix_spawn_file_actions_addchdir_np... yes #11 220.3 checking for posix_spawnattr_setflags... yes #11 221.0 checking whether POSIX_SPAWN_SETSID is declared... yes #11 221.3 checking whether GLib is linked in... no #11 221.5 checking for nl_langinfo and CODESET... yes #11 222.1 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 222.4 checking for mbstate_t... yes #11 222.8 checking for signals via characters... yes #11 223.0 checking for _setjmp... yes #11 223.3 checking for sigsetjmp... yes #11 223.7 checking POSIX termios... yes #11 224.2 checking size of speed_t... 4 #11 224.5 checking for usable FIONREAD... yes #11 224.7 checking for usable SIGIO... yes #11 225.1 checking for struct alignment... yes #11 225.3 checking for C/C++ restrict keyword... __restrict__ #11 225.5 checking for typeof syntax and keyword spelling... typeof #11 225.6 checking for statement expressions... yes #11 225.8 checking whether malloc (0) returns nonnull... yes #11 226.3 checking sys/acl.h usability... yes #11 226.5 checking sys/acl.h presence... yes #11 226.6 checking for sys/acl.h... yes #11 226.6 checking for library containing acl_get_file... -lacl #11 227.4 checking for acl_get_file... yes #11 227.9 checking for acl_get_fd... yes #11 228.4 checking for acl_set_file... yes #11 228.9 checking for acl_set_fd... yes #11 229.4 checking for acl_free... yes #11 230.0 checking for acl_from_mode... yes #11 230.8 checking for acl_from_text... yes #11 231.2 checking for acl_delete_def_file... yes #11 231.6 checking for acl_extended_file... yes #11 232.0 checking for acl_delete_fd_np... no #11 232.5 checking for acl_delete_file_np... no #11 232.8 checking for acl_copy_ext_native... no #11 233.2 checking for acl_create_entry_np... no #11 233.5 checking for acl_to_short_text... no #11 234.0 checking for acl_free_text... no #11 234.5 checking for working acl_get_file... yes #11 235.1 checking acl/libacl.h usability... yes #11 235.5 checking acl/libacl.h presence... yes #11 235.6 checking for acl/libacl.h... yes #11 235.6 checking for acl_entries... yes #11 235.8 checking for ACL_FIRST_ENTRY... yes #11 236.1 checking for ACL_TYPE_EXTENDED... no #11 236.3 checking for working alloca.h... yes #11 236.8 checking for alloca... yes #11 237.3 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 237.3 checking whether the preprocessor supports include_next... yes #11 237.5 checking whether source code line length is unlimited... yes #11 237.7 checking whether endutent is declared... yes #11 237.9 checking for struct utmpx.ut_user... yes #11 238.2 checking for struct utmp.ut_user... yes #11 238.6 checking for struct utmpx.ut_name... yes #11 238.9 checking for struct utmp.ut_name... yes #11 239.3 checking for struct utmpx.ut_type... yes #11 239.7 checking for struct utmp.ut_type... yes #11 240.0 checking for struct utmpx.ut_pid... yes #11 240.5 checking for struct utmp.ut_pid... yes #11 240.9 checking for struct utmp.ut_tv... yes #11 241.6 checking for struct utmpx.ut_host... yes #11 242.1 checking for struct utmp.ut_host... yes #11 242.6 checking for struct utmpx.ut_id... yes #11 242.9 checking for struct utmp.ut_id... yes #11 243.3 checking for struct utmpx.ut_session... yes #11 243.8 checking for struct utmp.ut_session... yes #11 244.3 checking for struct utmpx.ut_exit... yes #11 245.1 checking for struct utmp.ut_exit... yes #11 245.8 checking for struct utmpx.ut_exit.ut_exit... no #11 246.5 checking for struct utmpx.ut_exit.e_exit... yes #11 247.1 checking for struct utmp.ut_exit.e_exit... yes #11 247.6 checking for struct utmpx.ut_exit.ut_termination... no #11 248.2 checking for struct utmpx.ut_exit.e_termination... yes #11 248.9 checking for struct utmp.ut_exit.e_termination... yes #11 249.3 checking whether sysinfo is declared... yes #11 249.5 checking for sys/sysctl.h... yes #11 250.2 checking for sysctl... yes #11 250.5 checking whether lstat correctly handles trailing slash... yes #11 251.1 checking whether // is distinct from /... no #11 251.1 checking whether realpath works... yes #11 251.8 checking for faccessat... yes #11 252.0 checking for getcwd... yes #11 252.5 checking whether byte ordering is bigendian... no #11 253.2 checking if environ is properly declared... yes #11 253.6 checking for complete errno.h... yes #11 253.6 checking whether ctype.h defines __header_inline... no #11 253.7 checking for mode_t... yes #11 254.2 checking whether strmode is declared... no #11 254.6 checking whether getline is declared... yes #11 255.0 checking for gawk... no #11 255.0 checking for mawk... mawk #11 255.0 checking for getopt.h... (cached) yes #11 255.0 checking for getopt_long_only... yes #11 255.4 checking whether getopt is POSIX compatible... yes #11 257.4 checking for working GNU getopt function... yes #11 258.2 checking for working GNU getopt_long function... yes #11 258.9 checking whether timespec_get is declared... yes #11 259.4 checking for timespec_get... yes #11 260.1 checking for struct timeval... yes #11 260.6 checking for wide-enough struct timeval.tv_sec member... yes #11 260.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 261.1 checking whether the compiler produces multi-arch binaries... no #11 261.2 checking whether stdint.h conforms to C99... yes #11 262.2 checking whether stdint.h works without ISO C predefines... yes #11 262.6 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 262.7 checking whether memmem is declared... yes #11 263.1 checking whether memrchr is declared... yes #11 263.5 checking whether defines MIN and MAX... no #11 263.7 checking whether defines MIN and MAX... yes #11 264.0 checking whether time_t is signed... yes #11 264.2 checking whether alarm is declared... yes #11 264.7 checking for working mktime... no #11 265.4 checking whether struct tm is in sys/time.h or time.h... time.h #11 265.7 checking for struct tm.tm_zone... yes #11 265.9 checking for struct tm.tm_gmtoff... yes #11 266.1 checking whether is self-contained... yes #11 267.0 checking for inline... inline #11 267.1 checking for sigset_t... yes #11 267.6 checking for volatile sig_atomic_t... yes #11 268.1 checking for sighandler_t... yes #11 268.9 checking for wchar_t... yes #11 269.1 checking for good max_align_t... yes #11 269.2 checking whether NULL can be used in arbitrary expressions... yes #11 269.4 checking for unreachable... no #11 269.8 checking whether fcloseall is declared... yes #11 270.2 checking whether getw is declared... yes #11 270.5 checking whether putw is declared... yes #11 270.9 checking which flavor of printf attribute matches inttypes macros... system #11 271.3 checking whether strnlen is declared... yes #11 271.7 checking whether strtoimax is declared... yes #11 272.4 checking whether stat file-mode macros are broken... no #11 272.7 checking for nlink_t... yes #11 273.2 checking for struct timespec in ... yes #11 273.4 checking for TIME_UTC in ... yes #11 273.8 checking whether execvpe is declared... yes #11 274.4 checking whether clearerr_unlocked is declared... yes #11 274.8 checking whether feof_unlocked is declared... yes #11 275.5 checking whether ferror_unlocked is declared... yes #11 275.8 checking whether fflush_unlocked is declared... yes #11 276.2 checking whether fgets_unlocked is declared... yes #11 276.5 checking whether fputc_unlocked is declared... yes #11 276.8 checking whether fputs_unlocked is declared... yes #11 277.2 checking whether fread_unlocked is declared... yes #11 277.7 checking whether fwrite_unlocked is declared... yes #11 278.1 checking whether getc_unlocked is declared... yes #11 278.5 checking whether getchar_unlocked is declared... yes #11 279.0 checking whether putc_unlocked is declared... yes #11 279.4 checking whether putchar_unlocked is declared... yes #11 279.9 checking type of array argument to getgroups... gid_t #11 280.4 checking whether getdelim is declared... yes #11 280.9 checking whether getdtablesize is declared... yes #11 281.3 checking whether malloc is ptrdiff_t safe... yes #11 281.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 281.6 checking for O_CLOEXEC... yes #11 282.0 checking for promoted mode_t type... mode_t #11 282.4 checking whether the utimes function works... yes #11 283.0 checking for C compiler option to allow warnings... -Wno-error #11 283.4 checking for alignas and alignof... yes, macros #11 283.8 checking for alloca as a compiler built-in... yes #11 283.9 checking for static_assert... yes, an macro #11 284.3 checking for __builtin_expect... yes #11 284.6 checking byteswap.h usability... yes #11 284.9 checking byteswap.h presence... yes #11 285.0 checking for byteswap.h... yes #11 285.0 checking for readlinkat... yes #11 285.3 checking for library containing clock_gettime... none required #11 285.7 checking for clock_getres... yes #11 286.2 checking for clock_gettime... yes #11 286.6 checking for clock_settime... yes #11 287.1 checking for copy_file_range... yes #11 287.5 checking for d_type member in directory struct... yes #11 288.0 checking whether // is distinct from /... (cached) no #11 288.0 checking whether dup2 works... yes #11 288.7 checking for library containing backtrace_symbols_fd... none required #11 289.4 checking for faccessat... (cached) yes #11 289.4 checking whether fchmodat works... no #11 290.4 checking for readlinkat... (cached) yes #11 290.4 checking whether fcntl handles F_DUPFD correctly... yes #11 291.0 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 291.9 checking whether fdopendir is declared... yes #11 292.2 checking whether fdopendir works... yes #11 292.7 checking for flexible array member... yes #11 293.0 checking for __fpending... yes #11 293.3 checking whether __fpending is declared... yes #11 293.7 checking whether free is known to preserve errno... no #11 293.9 checking whether fstatat (..., 0) works... yes #11 294.4 checking for sys/mount.h... yes #11 294.9 checking for statvfs function (SVR4)... yes #11 295.3 checking whether to use statvfs64... no #11 295.5 checking for two-argument statfs with statfs.f_frsize member... yes #11 296.1 checking sys/fs/s5param.h usability... no #11 296.3 checking sys/fs/s5param.h presence... no #11 296.5 checking for sys/fs/s5param.h... no #11 296.5 checking sys/statfs.h usability... yes #11 296.8 checking sys/statfs.h presence... yes #11 296.9 checking for sys/statfs.h... yes #11 296.9 checking for statfs that truncates block counts... no #11 297.0 checking for futimens... yes #11 297.4 checking whether futimens works... yes #11 298.8 checking for getline... yes #11 299.2 checking for working getline function... yes #11 299.8 checking for getloadavg... yes #11 300.2 checking sys/loadavg.h usability... no #11 300.5 checking sys/loadavg.h presence... no #11 300.6 checking for sys/loadavg.h... no #11 300.7 checking whether getloadavg is declared... yes #11 300.9 checking for getrandom... yes #11 301.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 301.7 checking for gettimeofday with POSIX signature... yes #11 302.0 checking whether the compiler supports the __inline keyword... yes #11 302.3 checking gmp.h usability... yes #11 302.9 checking gmp.h presence... yes #11 303.1 checking for gmp.h... yes #11 303.1 checking for library containing __gmpz_roinit_n... -lgmp #11 304.3 checking for memmem... yes #11 304.7 checking whether memmem works... yes #11 305.3 checking for mempcpy... yes #11 305.8 checking for memrchr... yes #11 306.4 checking for explicit_memset... no #11 306.9 checking for mkostemp... yes #11 307.4 checking for library containing nanosleep... none required #11 307.8 checking for working nanosleep... no (mishandles large arguments) #11 309.3 checking for sys/pstat.h... no #11 309.5 checking for sys/sysmp.h... no #11 309.9 checking for sys/param.h... (cached) yes #11 310.0 checking for sys/sysctl.h... (cached) yes #11 310.0 checking for sched_getaffinity_np... no #11 310.4 checking for pstat_getdynamic... no #11 310.9 checking for sysmp... no #11 311.5 checking for sysctl... (cached) yes #11 311.5 checking for sched_getaffinity... yes #11 311.9 checking for glibc compatible sched_getaffinity... yes #11 312.2 checking for pipe2... yes #11 312.6 checking whether signature of pselect conforms to POSIX... yes #11 313.1 checking whether pselect detects invalid fds... yes #11 313.6 checking whether pthread_sigmask is a macro... no #11 313.8 checking whether pthread_sigmask returns error numbers... yes #11 314.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 316.7 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 318.0 checking whether readlink signature is correct... yes #11 318.3 checking whether readlink handles trailing slash correctly... yes #11 318.8 checking whether readlink truncates results correctly... yes #11 319.8 checking for readlinkat... (cached) yes #11 319.8 checking whether readlinkat signature is correct... yes #11 320.1 checking for working re_compile_pattern... no #11 321.4 checking libintl.h usability... yes #11 321.9 checking libintl.h presence... yes #11 321.9 checking for libintl.h... yes #11 322.0 checking whether isblank is declared... yes #11 322.2 checking for sig2str... no #11 322.7 checking for sigdescr_np... no #11 323.2 checking for socklen_t... yes #11 324.0 checking for ssize_t... yes #11 324.5 checking for struct stat.st_atim.tv_nsec... yes #11 325.0 checking whether struct stat.st_atim is of type struct timespec... yes #11 325.6 checking for struct stat.st_birthtimespec.tv_nsec... no #11 326.1 checking for struct stat.st_birthtimensec... no #11 326.4 checking for struct stat.st_birthtim.tv_nsec... no #11 326.9 checking for bool, true, false... no #11 327.1 checking for stpcpy... yes #11 327.4 checking for working strnlen... yes #11 328.3 checking whether strtoimax works... yes #11 328.7 checking whether symlink handles trailing slash correctly... yes #11 329.2 checking whether localtime_r is declared... yes #11 329.5 checking whether localtime_r is compatible with its POSIX signature... yes #11 329.9 checking whether localtime works even near extrema... yes #11 330.4 checking for timezone_t... no #11 330.5 checking for timegm... yes #11 331.0 checking whether timer_settime is declared... yes #11 331.2 checking for library containing timer_settime... -lrt #11 332.1 checking for timer_settime... yes #11 332.9 checking for utimensat... yes #11 333.2 checking whether utimensat works... yes #11 334.8 checking for variable-length arrays... yes #11 335.4 checking whether getdtablesize works... yes #11 335.9 checking for __mktime_internal... no #11 336.5 checking for timer_getoverrun... yes #11 337.1 checking for gcc option to disable position independent executables... not needed #11 337.1 checking for __ctype_get_mb_cur_max... yes #11 337.6 checking whether MB_CUR_MAX is defined to function that won't link... no #11 337.8 #11 337.8 Configured for 'x86_64-pc-linux-gnu'. #11 337.8 #11 337.8 Where should the build process find the source code? . #11 337.8 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 337.8 Should Emacs use the GNU version of malloc? no #11 337.8 (The GNU allocators don't work with this system configuration.) #11 337.8 Should Emacs use a relocating allocator for buffers? no #11 337.8 Should Emacs use mmap(2) for buffer allocation? no #11 337.8 What window system should Emacs use? nextstep #11 337.8 What toolkit should Emacs use? none #11 337.8 Where do we find X Windows header files? NONE #11 337.8 Where do we find X Windows libraries? NONE #11 337.8 Does Emacs use -lXaw3d? no #11 337.8 Is Emacs being built for Android? no #11 337.8 Does Emacs use the X Double Buffer Extension? no #11 337.8 Does Emacs use -lXpm? no #11 337.8 Does Emacs use -ljpeg? no #11 337.8 Does Emacs use -ltiff? no #11 337.8 Does Emacs use a gif library? no #11 337.8 Does Emacs use a png library? no #11 337.8 Does Emacs use -lrsvg-2? no #11 337.8 Does Emacs use -lwebp? no #11 337.8 Does Emacs use -lsqlite3? no #11 337.8 Does Emacs use cairo? no #11 337.8 Does Emacs use -llcms2? no #11 337.8 Does Emacs use imagemagick? no #11 337.8 Does Emacs use native APIs for images? yes (ns) #11 337.8 Does Emacs support sound? yes #11 337.8 Does Emacs use -lgpm? no #11 337.8 Does Emacs use -ldbus? yes #11 337.8 Does Emacs use -lgconf? no #11 337.8 Does Emacs use GSettings? no #11 337.8 Does Emacs use a file notification library? yes -lglibc (inotify) #11 337.8 Does Emacs use access control lists? yes -lacl -lattr #11 337.8 Does Emacs use -lselinux? no #11 337.8 Does Emacs use -lgnutls? yes #11 337.8 Does Emacs use -lxml2? no #11 337.8 Does Emacs use -lfreetype? no #11 337.8 Does Emacs use HarfBuzz? no #11 337.8 Does Emacs use -lm17n-flt? no #11 337.8 Does Emacs use -lotf? no #11 337.8 Does Emacs use -lxft? no #11 337.8 Does Emacs use -lsystemd? no #11 337.8 Does Emacs use -ljansson? no #11 337.8 Does Emacs use -ltree-sitter? no #11 337.8 Does Emacs use the GMP library? yes #11 337.8 Does Emacs directly use zlib? yes #11 337.8 Does Emacs have dynamic modules support? yes #11 337.8 Does Emacs use toolkit scroll bars? yes #11 337.8 Does Emacs support Xwidgets? no #11 337.8 Does Emacs have threading support in lisp? yes #11 337.8 Does Emacs support the portable dumper? yes #11 337.8 Does Emacs support legacy unexec dumping? no #11 337.8 Which dumping strategy does Emacs use? pdumper #11 337.8 Does Emacs have native lisp compiler? no #11 337.8 Does Emacs use version 2 of the X Input Extension? no #11 337.8 Does Emacs generate a smaller-size Japanese dictionary? no #11 337.8 #11 337.8 #11 337.8 #11 337.8 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 337.8 Run 'make install' in order to build an application bundle. #11 337.8 The application will go to nextstep/Emacs.app and can be run or moved #11 337.8 from there. #11 337.8 The application will be fully self-contained. #11 337.8 #11 339.0 configure: creating ./config.status #11 339.4 configure: WARNING: This configuration installs a 'movemail' program #11 339.4 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 339.4 installed a 'movemail' program that retrieved POP3 email via only #11 339.4 insecure channels, a practice that is no longer recommended but that #11 339.4 you can continue to support by using './configure --with-pop'. #11 339.4 configure: You might want to install GNU Mailutils #11 339.4 and use './configure --with-mailutils'. #11 341.2 MAKE='make' ./config.status #11 341.8 config.status: creating src/verbose.mk #11 342.0 config.status: creating src/emacs-module.h #11 342.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 342.3 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 342.5 config.status: creating Makefile #11 342.6 config.status: creating lib/gnulib.mk #11 342.8 config.status: creating ./doc/man/emacs.1 #11 342.9 config.status: creating lib/Makefile #11 343.1 config.status: creating lib-src/Makefile #11 343.3 config.status: creating oldXMenu/Makefile #11 343.5 config.status: creating src/Makefile #11 343.6 config.status: creating lwlib/Makefile #11 343.8 config.status: creating nextstep/Makefile #11 343.9 config.status: creating nt/Makefile #11 344.0 config.status: creating doc/emacs/Makefile #11 344.2 config.status: creating doc/misc/Makefile #11 344.3 config.status: creating doc/lispintro/Makefile #11 344.5 config.status: creating doc/lispref/Makefile #11 344.7 config.status: creating lisp/Makefile #11 344.8 config.status: creating leim/Makefile #11 345.0 config.status: creating test/Makefile #11 345.2 config.status: creating test/manual/noverlay/Makefile #11 345.4 config.status: creating test/infra/Makefile #11 345.6 config.status: creating admin/charsets/Makefile #11 345.7 config.status: creating admin/unidata/Makefile #11 345.9 config.status: creating admin/grammars/Makefile #11 346.0 config.status: creating java/Makefile #11 346.1 config.status: creating cross/Makefile #11 346.3 config.status: creating java/AndroidManifest.xml #11 346.4 config.status: creating src/config.h #11 346.6 config.status: executing src/epaths.h commands #11 346.6 make[3]: Entering directory '/checkout' #11 346.9 make[3]: Leaving directory '/checkout' #11 347.0 config.status: executing src/.gdbinit commands #11 347.1 config.status: executing doc/emacs/emacsver.texi commands #11 347.2 config.status: executing etc-refcards-emacsver.tex commands #11 347.2 make[3]: Entering directory '/checkout' #11 347.3 make[3]: Leaving directory '/checkout' #11 347.3 make[2]: Leaving directory '/checkout' #11 347.3 make actual-all #11 347.3 make[2]: Entering directory '/checkout' #11 347.6 make -C lib all #11 347.9 make[3]: Entering directory '/checkout/lib' #11 347.9 GEN alloca.h #11 348.0 GEN dirent.h #11 348.1 GEN fcntl.h #11 348.1 GEN malloc/dynarray.gl.h #11 348.2 GEN malloc/dynarray-skeleton.gl.h #11 348.2 GEN inttypes.h #11 348.3 GEN limits.h #11 348.3 GEN signal.h #11 348.4 GEN stdckdint.h #11 348.4 GEN stddef.h #11 348.5 GEN stdio.h #11 348.9 GEN stdlib.h #11 349.4 GEN string.h #11 349.7 GEN sys/random.h #11 349.8 GEN sys/select.h #11 349.9 GEN sys/stat.h #11 350.1 GEN sys/time.h #11 350.2 GEN sys/types.h #11 350.3 GEN time.h #11 350.4 GEN unistd.h #11 350.9 CC fingerprint.o #11 351.1 CC mktime.o #11 352.0 CC acl-errno-valid.o #11 352.3 CC acl-internal.o #11 352.7 CC get-permissions.o #11 353.1 CC set-permissions.o #11 353.6 CC allocator.o #11 353.8 CC binary-io.o #11 354.0 CC boot-time.o #11 354.8 CC c-ctype.o #11 355.2 CC c-strcasecmp.o #11 355.4 CC c-strncasecmp.o #11 355.7 CC careadlinkat.o #11 356.1 CC close-stream.o #11 356.4 CC copy-file-range.o #11 356.6 CC count-leading-zeros.o #11 357.0 CC count-one-bits.o #11 357.4 CC count-trailing-zeros.o #11 357.7 CC md5-stream.o #11 358.1 CC md5.o #11 359.3 CC sha1.o #11 362.2 CC sha256.o #11 367.1 CC sha512.o #11 372.3 CC dtoastr.o #11 372.8 CC dtotimespec.o #11 373.0 CC fchmodat.o #11 373.6 CC fcntl.o #11 374.3 CC file-has-acl.o #11 375.2 CC filemode.o #11 375.7 CC filevercmp.o #11 376.4 CC free.o #11 376.9 CC fsusage.o #11 377.3 CC gettime.o #11 377.7 CC malloc/dynarray_at_failure.o #11 378.1 CC malloc/dynarray_emplace_enlarge.o #11 378.6 CC malloc/dynarray_finalize.o #11 379.2 CC malloc/dynarray_resize.o #11 379.9 CC malloc/dynarray_resize_clear.o #11 380.4 CC memset_explicit.o #11 380.7 CC nanosleep.o #11 381.5 CC nproc.o #11 382.1 CC nstrftime.o #11 384.6 CC pipe2.o #11 385.1 CC qcopy-acl.o #11 385.6 CC regex.o #11 405.0 CC sig2str.o #11 405.5 CC sigdescr_np.o #11 406.0 CC stat-time.o #11 406.3 CC tempname.o #11 406.9 CC time_rz.o #11 407.9 CC timegm.o #11 408.4 CC timespec.o #11 409.0 CC timespec-add.o #11 409.5 CC timespec-sub.o #11 410.0 CC u64.o #11 410.3 CC unistd.o #11 410.7 CC openat-die.o #11 411.1 CC save-cwd.o #11 411.4 AR libgnu.a #11 412.0 make[3]: Leaving directory '/checkout/lib' #11 412.0 make -C lib-src all #11 412.0 make[3]: Entering directory '/checkout/lib-src' #11 412.0 CCLD etags #11 429.4 CCLD ctags #11 448.9 CCLD emacsclient #11 452.5 CCLD ebrowse #11 459.7 CCLD hexl #11 460.8 CC pop.o #11 461.0 CCLD movemail #11 462.1 CCLD make-docfile #11 465.6 CCLD make-fingerprint #11 466.5 make[3]: Leaving directory '/checkout/lib-src' #11 466.5 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #11 466.5 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #11 467.2 make[3]: Entering directory '/checkout/src' #11 467.2 GEN globals.h #11 467.8 CC dispnew.o #11 484.2 CC frame.o #11 513.6 CC scroll.o #11 518.5 CC xdisp.o #11 644.6 CC menu.o #11 651.1 CC window.o #11 680.6 CC charset.o #11 692.7 CC coding.o #11 746.6 CC category.o #11 749.2 CC ccl.o #11 759.3 CC character.o #11 765.7 CC chartab.o #11 772.9 CC bidi.o #11 779.9 CC cm.o #11 781.6 CC term.o #11 792.9 CC terminal.o #11 795.4 CC xfaces.o #11 817.2 CC dbusbind.o #11 829.1 CC emacs.o #11 835.4 CC keyboard.o #11 879.0 CC macros.o #11 881.2 CC keymap.o #11 895.3 CC sysdep.o #11 902.5 CC bignum.o #11 905.3 CC buffer.o #11 921.6 CC filelock.o #11 925.3 CC insdel.o #11 931.6 CC marker.o #11 935.2 CC minibuf.o #11 944.4 CC fileio.o #11 961.5 CC dired.o #11 965.4 CC cmds.o #11 968.5 CC casetab.o #11 970.7 CC casefiddle.o #11 974.2 CC indent.o #11 984.1 CC search.o #11 994.5 CC regex-emacs.o #11 1020. CC undo.o #11 1022. CC alloc.o #11 1037. CC pdumper.o #11 1049. CC data.o #11 1064. GEN buildobj.h #11 1065. CC doc.o #11 1068. CC editfns.o #11 1086. CC callint.o #11 1090. CC eval.o #11 1105. CC floatfns.o #11 1108. CC fns.o #11 1138. CC sort.o #11 1141. CC font.o #11 1165. CC print.o #11 1177. CC lread.o #11 1195. CC emacs-module.o #11 1203. CC syntax.o #11 1224. CC bytecode.o #11 1235. CC comp.o #11 1236. CC dynlib.o #11 1236. CC process.o #11 1259. CC gnutls.o #11 1268. CC callproc.o #11 1272. CC region-cache.o #11 1274. CC sound.o #11 1276. CC timefns.o #11 1282. CC atimer.o #11 1284. CC doprnt.o #11 1287. CC intervals.o #11 1295. CC textprop.o #11 1304. CC composite.o #11 1315. CC xml.o #11 1316. CC lcms.o #11 1317. CC inotify.o #11 1320. CC profiler.o #11 1323. CC decompress.o #11 1325. CC thread.o #11 1328. CC systhread.o #11 1330. CC sqlite.o #11 1332. CC treesit.o #11 1334. CC itree.o #11 1338. CC fontset.o #11 1350. CC fringe.o #11 1359. CC image.o #11 1372. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #11 1372. 143 | #define PIX_MASK_DRAW 1 #11 1372. | #11 1373. CC nsterm.o #11 1373. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1373. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1374. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1374. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1374. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1374. | ^~~~~~~~~~~~~~~~~~~~ #11 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1374. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1374. | ^~~~~~~~~~~~~~~~~~~~ #11 1374. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1374. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 88 | #if GS_API_VERSION(0,011500) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1374. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1374. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1374. | ^~~~~~~~~~ #11 1374. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1374. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1374. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1374. | ^~~~~~~~~~ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1374. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1374. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1374. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1374. | ^ #11 1374. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1374. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1374. | ^ #11 1374. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1374. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1374. from nsgui.h:34, #11 1374. from dispextern.h:137, #11 1374. from nsterm.h:22, #11 1374. from nsterm.m:48: #11 1374. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1374. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1374. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1375. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 45 | #if GS_EXPOSE(NSArchiver) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 114 | #if GS_EXPOSE(NSBundle) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 43 | #if GS_EXPOSE(NSCache) #11 1375. | ^~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 113 | #if GS_EXPOSE(NSException) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1375. 303 | NSGetUncaughtExceptionHandler(); #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 53 | #if GS_EXPOSE(NSExpression) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 47 | #if GS_EXPOSE(NSTimer) #11 1375. | ^~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1375. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1375. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 46 | #if GS_EXPOSE(NSRunLoop) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1375. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 40 | #if GS_EXPOSE(NSDistantObject) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 74 | #if GS_EXPOSE(NSLock) #11 1375. | ^~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if GS_EXPOSE(NSCondition) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 175 | #if GS_EXPOSE(NSConditionLock) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1375. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 134 | #if GS_EXPOSE(NSError) #11 1375. | ^~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1375. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 182 | #if GS_EXPOSE(NSURLHandle) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 73 | #if GS_EXPOSE(NSURL) #11 1375. | ^~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1375. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 633 | #if GS_EXPOSE(NSURLComponents) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 160 | #if GS_EXPOSE(NSPipe) #11 1375. | ^~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 215 | #if GS_EXPOSE(NSFileManager) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 42 | #if GS_EXPOSE(NSHost) #11 1375. | ^~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 47 | #if GS_EXPOSE(NSIndexPath) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 49 | #if GS_EXPOSE(NSIndexSet) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if GS_EXPOSE(NSInvocation) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 103 | #if GS_EXPOSE(NSLocale) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 361 | #if GS_EXPOSE(NSNetService) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 53 | #if GS_EXPOSE(NSPortCoder) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 77 | #if GS_EXPOSE(NSPort) #11 1375. | ^~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 202 | #if GS_EXPOSE(NSSocketPort) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 284 | #if GS_EXPOSE(NSMessagePort) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 47 | #if GS_EXPOSE(NSPortMessage) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 53 | #if GS_EXPOSE(NSProgress) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 42 | #if GS_EXPOSE(NSScanner) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 58 | #if GS_EXPOSE(NSSpellServer) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 51 | #if GS_EXPOSE(NSTask) #11 1375. | ^~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 59 | #if GS_EXPOSE(NSThread) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 87 | #if GS_EXPOSE(NSUndoManager) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 105 | #if GS_EXPOSE(NSURLCache) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 48 | #if GS_EXPOSE(NSURLConnection) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 56 | #if GS_EXPOSE(NSURLCredential) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 49 | #if GS_EXPOSE(NSURLDownload) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 92 | #if GS_EXPOSE(NSURLRequest) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 49 | #if GS_EXPOSE(NSURLResponse) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1375. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1375. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 72 | #if GS_EXPOSE(NSXMLParser) #11 1375. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1375. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1375. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1375. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1375. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1375. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1375. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1375. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1375. | ^ #11 1375. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1375. | ^ #11 1375. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1375. from nsgui.h:34, #11 1375. from dispextern.h:137, #11 1375. from nsterm.h:22, #11 1375. from nsterm.m:48: #11 1375. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1375. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1375. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1376. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1376. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1376. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1376. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1376. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1376. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1376. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1376. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1376. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1376. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1376. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1376. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1376. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1376. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1376. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1376. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1376. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1376. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1376. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1376. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1376. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1376. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1376. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1376. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1376. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1376. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1376. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1376. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1376. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1376. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1376. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1376. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1376. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1376. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1376. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1376. | ^~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1376. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1376. | ^~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1376. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1376. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1376. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1376. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1376. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1376. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1376. | ^ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1376. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1376. | ^ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 125 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 129 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 133 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 214 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 247 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 251 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 259 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 263 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 267 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 271 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 275 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 287 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 311 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 323 | __attribute__((unused)); #11 1376. | ^~~~~~~~~~~~~ #11 1376. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1376. from nsgui.h:34, #11 1376. from dispextern.h:137, #11 1376. from nsterm.h:22, #11 1376. from nsterm.m:48: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 493 | PSgsave() #11 1376. | ^~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 499 | PSgrestore() #11 1376. | ^~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 505 | PSinitgraphics() #11 1376. | ^~~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 622 | PSinitmatrix() #11 1376. | ^~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 669 | PSclip() #11 1376. | ^~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 675 | PSclosepath() #11 1376. | ^~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 687 | PSeoclip() #11 1376. | ^~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 693 | PSeofill() #11 1376. | ^~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 699 | PSfill() #11 1376. | ^~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 705 | PSflattenpath() #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 711 | PSinitclip() #11 1376. | ^~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 729 | PSnewpath() #11 1376. | ^~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 765 | PSreversepath() #11 1376. | ^~~~~~~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 783 | PSstroke() #11 1376. | ^~~~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1376. 835 | PSWait() #11 1376. | ^~~~~~ #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1376. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1377. nsterm.m: In function 'ns_set_undecorated': #11 1377. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #11 1377. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #11 1377. | ^ #11 1377. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #11 1377. nsterm.m: In function '-[EmacsView showFontPanel]': #11 1377. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #11 1377. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #11 1377. | ^ #11 1404. CC nsfns.o #11 1404. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1404. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1405. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1405. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1405. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1405. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1405. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1405. | ^~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1405. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1405. | ^~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1405. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1405. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1405. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1405. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 88 | #if GS_API_VERSION(0,011500) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1405. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1405. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1405. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1405. | ^~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1405. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1405. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1405. | ^~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1405. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1405. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1405. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1405. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1405. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1405. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1405. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1405. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 45 | #if GS_EXPOSE(NSArchiver) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 114 | #if GS_EXPOSE(NSBundle) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 43 | #if GS_EXPOSE(NSCache) #11 1405. | ^~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 113 | #if GS_EXPOSE(NSException) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1405. 303 | NSGetUncaughtExceptionHandler(); #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 53 | #if GS_EXPOSE(NSExpression) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 47 | #if GS_EXPOSE(NSTimer) #11 1405. | ^~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1405. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1405. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 46 | #if GS_EXPOSE(NSRunLoop) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1405. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 40 | #if GS_EXPOSE(NSDistantObject) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 74 | #if GS_EXPOSE(NSLock) #11 1405. | ^~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 125 | #if GS_EXPOSE(NSCondition) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 175 | #if GS_EXPOSE(NSConditionLock) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1405. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 134 | #if GS_EXPOSE(NSError) #11 1405. | ^~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1405. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 182 | #if GS_EXPOSE(NSURLHandle) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 73 | #if GS_EXPOSE(NSURL) #11 1405. | ^~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1405. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 633 | #if GS_EXPOSE(NSURLComponents) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 160 | #if GS_EXPOSE(NSPipe) #11 1405. | ^~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 215 | #if GS_EXPOSE(NSFileManager) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 42 | #if GS_EXPOSE(NSHost) #11 1405. | ^~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 47 | #if GS_EXPOSE(NSIndexPath) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 49 | #if GS_EXPOSE(NSIndexSet) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if GS_EXPOSE(NSInvocation) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 103 | #if GS_EXPOSE(NSLocale) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 361 | #if GS_EXPOSE(NSNetService) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 53 | #if GS_EXPOSE(NSPortCoder) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 77 | #if GS_EXPOSE(NSPort) #11 1405. | ^~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 202 | #if GS_EXPOSE(NSSocketPort) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 284 | #if GS_EXPOSE(NSMessagePort) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 47 | #if GS_EXPOSE(NSPortMessage) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 53 | #if GS_EXPOSE(NSProgress) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 42 | #if GS_EXPOSE(NSScanner) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 58 | #if GS_EXPOSE(NSSpellServer) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 51 | #if GS_EXPOSE(NSTask) #11 1405. | ^~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 59 | #if GS_EXPOSE(NSThread) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1405. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 87 | #if GS_EXPOSE(NSUndoManager) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 105 | #if GS_EXPOSE(NSURLCache) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 48 | #if GS_EXPOSE(NSURLConnection) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 56 | #if GS_EXPOSE(NSURLCredential) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 49 | #if GS_EXPOSE(NSURLDownload) #11 1405. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1405. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1405. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1405. from nsgui.h:34, #11 1405. from dispextern.h:137, #11 1405. from nsterm.h:22, #11 1405. from nsfns.m:38: #11 1405. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1405. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1405. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1405. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 92 | #if GS_EXPOSE(NSURLRequest) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 49 | #if GS_EXPOSE(NSURLResponse) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1406. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1406. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if GS_EXPOSE(NSXMLParser) #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1406. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1406. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1406. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1406. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1406. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1406. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1406. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1406. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1406. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1406. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1406. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1406. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1406. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1406. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1406. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1406. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1406. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1406. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1406. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1406. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1406. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1406. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1406. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1406. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1406. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1406. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1406. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1406. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1406. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1406. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1406. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1406. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1406. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1406. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1406. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1406. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1406. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1406. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1406. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1406. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1406. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1406. | ^~~~~~~~~~~~~~~~~~~~ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1406. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1406. | ^~~~~~~~~~~~~~~~~~~~ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1406. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1406. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1406. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1406. | ^ #11 1406. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1406. from nsgui.h:34, #11 1406. from dispextern.h:137, #11 1406. from nsterm.h:22, #11 1406. from nsfns.m:38: #11 1406. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1406. | ^ #11 1406. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1406. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1406. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1407. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1407. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1407. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1407. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1407. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1407. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1407. | ^ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1407. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1407. | ^ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 125 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 129 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 133 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 214 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 247 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 251 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 259 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 263 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 267 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 271 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 275 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 287 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 311 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 323 | __attribute__((unused)); #11 1407. | ^~~~~~~~~~~~~ #11 1407. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1407. from nsgui.h:34, #11 1407. from dispextern.h:137, #11 1407. from nsterm.h:22, #11 1407. from nsfns.m:38: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 493 | PSgsave() #11 1407. | ^~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 499 | PSgrestore() #11 1407. | ^~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 505 | PSinitgraphics() #11 1407. | ^~~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 622 | PSinitmatrix() #11 1407. | ^~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 669 | PSclip() #11 1407. | ^~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 675 | PSclosepath() #11 1407. | ^~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 687 | PSeoclip() #11 1407. | ^~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 693 | PSeofill() #11 1407. | ^~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 699 | PSfill() #11 1407. | ^~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 705 | PSflattenpath() #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 711 | PSinitclip() #11 1407. | ^~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 729 | PSnewpath() #11 1407. | ^~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 765 | PSreversepath() #11 1407. | ^~~~~~~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 783 | PSstroke() #11 1407. | ^~~~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1407. 835 | PSWait() #11 1407. | ^~~~~~ #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1407. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1407. nsfns.m: At top level: #11 1407. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #11 1407. 689 | ns_make_frame_key_window (struct frame *f) #11 1407. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1418. CC nsmenu.o #11 1418. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1418. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1418. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1418. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1418. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1418. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1418. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1418. | ^~~~~~~~~~~~~~~~~~~~ #11 1418. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1418. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1418. | ^~~~~~~~~~~~~~~~~~~~ #11 1418. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1418. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1418. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1418. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1418. | ^ #11 1418. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1418. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1418. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1418. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1418. from nsgui.h:34, #11 1418. from dispextern.h:137, #11 1418. from window.h:23, #11 1418. from nsmenu.m:29: #11 1418. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1418. | ^ #11 1418. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1418. 88 | #if GS_API_VERSION(0,011500) #11 1418. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1419. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1419. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1419. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1419. | ^~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1419. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1419. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1419. | ^~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1419. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1419. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1419. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1419. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1419. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1419. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1419. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1419. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 45 | #if GS_EXPOSE(NSArchiver) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 114 | #if GS_EXPOSE(NSBundle) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 43 | #if GS_EXPOSE(NSCache) #11 1419. | ^~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 113 | #if GS_EXPOSE(NSException) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1419. 303 | NSGetUncaughtExceptionHandler(); #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 53 | #if GS_EXPOSE(NSExpression) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 47 | #if GS_EXPOSE(NSTimer) #11 1419. | ^~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1419. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1419. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 46 | #if GS_EXPOSE(NSRunLoop) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1419. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 40 | #if GS_EXPOSE(NSDistantObject) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 74 | #if GS_EXPOSE(NSLock) #11 1419. | ^~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if GS_EXPOSE(NSCondition) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 175 | #if GS_EXPOSE(NSConditionLock) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1419. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 134 | #if GS_EXPOSE(NSError) #11 1419. | ^~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1419. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 182 | #if GS_EXPOSE(NSURLHandle) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 73 | #if GS_EXPOSE(NSURL) #11 1419. | ^~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1419. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 633 | #if GS_EXPOSE(NSURLComponents) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 160 | #if GS_EXPOSE(NSPipe) #11 1419. | ^~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 215 | #if GS_EXPOSE(NSFileManager) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 42 | #if GS_EXPOSE(NSHost) #11 1419. | ^~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 47 | #if GS_EXPOSE(NSIndexPath) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 49 | #if GS_EXPOSE(NSIndexSet) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if GS_EXPOSE(NSInvocation) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 103 | #if GS_EXPOSE(NSLocale) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 361 | #if GS_EXPOSE(NSNetService) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 53 | #if GS_EXPOSE(NSPortCoder) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 77 | #if GS_EXPOSE(NSPort) #11 1419. | ^~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 202 | #if GS_EXPOSE(NSSocketPort) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 284 | #if GS_EXPOSE(NSMessagePort) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 47 | #if GS_EXPOSE(NSPortMessage) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 53 | #if GS_EXPOSE(NSProgress) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 42 | #if GS_EXPOSE(NSScanner) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 58 | #if GS_EXPOSE(NSSpellServer) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 51 | #if GS_EXPOSE(NSTask) #11 1419. | ^~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 59 | #if GS_EXPOSE(NSThread) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 87 | #if GS_EXPOSE(NSUndoManager) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 105 | #if GS_EXPOSE(NSURLCache) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 48 | #if GS_EXPOSE(NSURLConnection) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 56 | #if GS_EXPOSE(NSURLCredential) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 49 | #if GS_EXPOSE(NSURLDownload) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 92 | #if GS_EXPOSE(NSURLRequest) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 49 | #if GS_EXPOSE(NSURLResponse) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1419. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1419. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 72 | #if GS_EXPOSE(NSXMLParser) #11 1419. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1419. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1419. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1419. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1419. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1419. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1419. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1419. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1419. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1419. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1419. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1419. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1419. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1419. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1419. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1419. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1419. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1419. from nsgui.h:34, #11 1419. from dispextern.h:137, #11 1419. from window.h:23, #11 1419. from nsmenu.m:29: #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1419. | ^ #11 1419. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1419. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1419. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1420. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1420. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1420. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1420. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1420. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1420. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1420. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1420. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1420. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1420. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1420. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1420. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1420. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1420. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1420. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1420. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1420. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1420. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1420. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1420. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1420. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1420. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1420. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1420. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1420. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1420. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1420. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1420. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1420. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1420. | ^~~~~~~~~~~~~~~~~~~~ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1420. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1420. | ^~~~~~~~~~~~~~~~~~~~ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1420. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1420. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1420. | ^ #11 1420. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1420. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1420. from nsgui.h:34, #11 1420. from dispextern.h:137, #11 1420. from window.h:23, #11 1420. from nsmenu.m:29: #11 1420. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1420. | ^ #11 1420. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1420. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1420. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1421. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1421. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1421. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1421. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1421. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1421. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1421. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1421. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1421. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1421. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1421. | ^ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1421. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1421. | ^ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 125 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 129 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 133 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 214 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 247 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 251 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 259 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 263 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 267 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 271 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 275 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 287 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 311 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 323 | __attribute__((unused)); #11 1421. | ^~~~~~~~~~~~~ #11 1421. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1421. from nsgui.h:34, #11 1421. from dispextern.h:137, #11 1421. from window.h:23, #11 1421. from nsmenu.m:29: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 493 | PSgsave() #11 1421. | ^~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 499 | PSgrestore() #11 1421. | ^~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 505 | PSinitgraphics() #11 1421. | ^~~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 622 | PSinitmatrix() #11 1421. | ^~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 669 | PSclip() #11 1421. | ^~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 675 | PSclosepath() #11 1421. | ^~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 687 | PSeoclip() #11 1421. | ^~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 693 | PSeofill() #11 1421. | ^~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 699 | PSfill() #11 1421. | ^~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 705 | PSflattenpath() #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 711 | PSinitclip() #11 1421. | ^~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 729 | PSnewpath() #11 1421. | ^~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 765 | PSreversepath() #11 1421. | ^~~~~~~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 783 | PSstroke() #11 1421. | ^~~~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1421. 835 | PSWait() #11 1421. | ^~~~~~ #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1421. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1427. CC nsselect.o #11 1427. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1427. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1428. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1428. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1428. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1428. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1428. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1428. | ^~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1428. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1428. | ^~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1428. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1428. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1428. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1428. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 88 | #if GS_API_VERSION(0,011500) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1428. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1428. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1428. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1428. | ^~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1428. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1428. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1428. | ^~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1428. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1428. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1428. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1428. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1428. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1428. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1428. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1428. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 45 | #if GS_EXPOSE(NSArchiver) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 114 | #if GS_EXPOSE(NSBundle) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 43 | #if GS_EXPOSE(NSCache) #11 1428. | ^~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 113 | #if GS_EXPOSE(NSException) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1428. 303 | NSGetUncaughtExceptionHandler(); #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 53 | #if GS_EXPOSE(NSExpression) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 47 | #if GS_EXPOSE(NSTimer) #11 1428. | ^~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1428. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1428. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 46 | #if GS_EXPOSE(NSRunLoop) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1428. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 40 | #if GS_EXPOSE(NSDistantObject) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 74 | #if GS_EXPOSE(NSLock) #11 1428. | ^~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 125 | #if GS_EXPOSE(NSCondition) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 175 | #if GS_EXPOSE(NSConditionLock) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1428. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 134 | #if GS_EXPOSE(NSError) #11 1428. | ^~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1428. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 182 | #if GS_EXPOSE(NSURLHandle) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 73 | #if GS_EXPOSE(NSURL) #11 1428. | ^~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1428. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1428. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 633 | #if GS_EXPOSE(NSURLComponents) #11 1428. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1428. | ^ #11 1428. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1428. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1428. from nsgui.h:34, #11 1428. from dispextern.h:137, #11 1428. from nsterm.h:22, #11 1428. from nsselect.m:31: #11 1428. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1428. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1428. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 160 | #if GS_EXPOSE(NSPipe) #11 1429. | ^~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 215 | #if GS_EXPOSE(NSFileManager) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 42 | #if GS_EXPOSE(NSHost) #11 1429. | ^~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 47 | #if GS_EXPOSE(NSIndexPath) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 49 | #if GS_EXPOSE(NSIndexSet) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if GS_EXPOSE(NSInvocation) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 103 | #if GS_EXPOSE(NSLocale) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 361 | #if GS_EXPOSE(NSNetService) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 53 | #if GS_EXPOSE(NSPortCoder) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 77 | #if GS_EXPOSE(NSPort) #11 1429. | ^~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 202 | #if GS_EXPOSE(NSSocketPort) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 284 | #if GS_EXPOSE(NSMessagePort) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 47 | #if GS_EXPOSE(NSPortMessage) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 53 | #if GS_EXPOSE(NSProgress) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 42 | #if GS_EXPOSE(NSScanner) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 58 | #if GS_EXPOSE(NSSpellServer) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 51 | #if GS_EXPOSE(NSTask) #11 1429. | ^~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 59 | #if GS_EXPOSE(NSThread) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 87 | #if GS_EXPOSE(NSUndoManager) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 105 | #if GS_EXPOSE(NSURLCache) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 48 | #if GS_EXPOSE(NSURLConnection) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 56 | #if GS_EXPOSE(NSURLCredential) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 49 | #if GS_EXPOSE(NSURLDownload) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 92 | #if GS_EXPOSE(NSURLRequest) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 49 | #if GS_EXPOSE(NSURLResponse) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1429. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1429. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 72 | #if GS_EXPOSE(NSXMLParser) #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1429. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1429. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1429. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1429. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1429. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1429. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1429. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1429. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1429. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1429. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1429. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1429. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1429. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1429. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1429. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1429. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1429. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1429. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1429. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1429. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1429. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1429. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1429. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1429. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1429. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1429. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1429. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1429. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1429. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1429. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1429. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1429. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1429. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1429. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1429. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1429. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1429. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1429. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1429. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1429. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1429. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1429. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1429. | ^~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1429. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1429. | ^~~~~~~~~~~~~~~~~~~~ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1429. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1429. | ^ #11 1429. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1429. from nsgui.h:34, #11 1429. from dispextern.h:137, #11 1429. from nsterm.h:22, #11 1429. from nsselect.m:31: #11 1429. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1429. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1429. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1429. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1430. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1430. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1430. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1430. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1430. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1430. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1430. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1430. | ^ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1430. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1430. | ^ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 125 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 129 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 133 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 214 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 247 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 251 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 259 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 263 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 267 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 271 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 275 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 287 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 311 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 323 | __attribute__((unused)); #11 1430. | ^~~~~~~~~~~~~ #11 1430. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1430. from nsgui.h:34, #11 1430. from dispextern.h:137, #11 1430. from nsterm.h:22, #11 1430. from nsselect.m:31: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 493 | PSgsave() #11 1430. | ^~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 499 | PSgrestore() #11 1430. | ^~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 505 | PSinitgraphics() #11 1430. | ^~~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 622 | PSinitmatrix() #11 1430. | ^~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 669 | PSclip() #11 1430. | ^~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 675 | PSclosepath() #11 1430. | ^~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 687 | PSeoclip() #11 1430. | ^~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 693 | PSeofill() #11 1430. | ^~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 699 | PSfill() #11 1430. | ^~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 705 | PSflattenpath() #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 711 | PSinitclip() #11 1430. | ^~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 729 | PSnewpath() #11 1430. | ^~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 765 | PSreversepath() #11 1430. | ^~~~~~~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 783 | PSstroke() #11 1430. | ^~~~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1430. 835 | PSWait() #11 1430. | ^~~~~~ #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1430. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1434. CC nsimage.o #11 1434. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1434. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1435. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1435. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1435. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1435. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1435. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1435. | ^~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1435. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1435. | ^~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1435. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1435. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1435. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1435. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 88 | #if GS_API_VERSION(0,011500) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1435. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1435. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1435. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1435. | ^~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1435. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1435. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1435. | ^~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1435. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1435. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1435. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1435. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1435. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1435. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1435. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1435. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 45 | #if GS_EXPOSE(NSArchiver) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 114 | #if GS_EXPOSE(NSBundle) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 43 | #if GS_EXPOSE(NSCache) #11 1435. | ^~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 113 | #if GS_EXPOSE(NSException) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1435. 303 | NSGetUncaughtExceptionHandler(); #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 53 | #if GS_EXPOSE(NSExpression) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 47 | #if GS_EXPOSE(NSTimer) #11 1435. | ^~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1435. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1435. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 46 | #if GS_EXPOSE(NSRunLoop) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1435. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 40 | #if GS_EXPOSE(NSDistantObject) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 74 | #if GS_EXPOSE(NSLock) #11 1435. | ^~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 125 | #if GS_EXPOSE(NSCondition) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 175 | #if GS_EXPOSE(NSConditionLock) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1435. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 134 | #if GS_EXPOSE(NSError) #11 1435. | ^~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1435. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 182 | #if GS_EXPOSE(NSURLHandle) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 73 | #if GS_EXPOSE(NSURL) #11 1435. | ^~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1435. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 633 | #if GS_EXPOSE(NSURLComponents) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 160 | #if GS_EXPOSE(NSPipe) #11 1435. | ^~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 215 | #if GS_EXPOSE(NSFileManager) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 42 | #if GS_EXPOSE(NSHost) #11 1435. | ^~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 47 | #if GS_EXPOSE(NSIndexPath) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 49 | #if GS_EXPOSE(NSIndexSet) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 38 | #if GS_EXPOSE(NSInvocation) #11 1435. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1435. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1435. | ^ #11 1435. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1435. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1435. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1435. from nsgui.h:34, #11 1435. from dispextern.h:137, #11 1435. from nsimage.m:33: #11 1435. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1435. | ^ #11 1435. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1435. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1435. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 55 | #if GS_EXPOSE(NSKeyedArchiver) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 103 | #if GS_EXPOSE(NSLocale) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 361 | #if GS_EXPOSE(NSNetService) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 53 | #if GS_EXPOSE(NSPortCoder) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 77 | #if GS_EXPOSE(NSPort) #11 1436. | ^~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 202 | #if GS_EXPOSE(NSSocketPort) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 284 | #if GS_EXPOSE(NSMessagePort) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 47 | #if GS_EXPOSE(NSPortMessage) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 53 | #if GS_EXPOSE(NSProgress) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 42 | #if GS_EXPOSE(NSScanner) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 58 | #if GS_EXPOSE(NSSpellServer) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 51 | #if GS_EXPOSE(NSTask) #11 1436. | ^~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 59 | #if GS_EXPOSE(NSThread) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 87 | #if GS_EXPOSE(NSUndoManager) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 105 | #if GS_EXPOSE(NSURLCache) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 48 | #if GS_EXPOSE(NSURLConnection) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 56 | #if GS_EXPOSE(NSURLCredential) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 49 | #if GS_EXPOSE(NSURLDownload) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 92 | #if GS_EXPOSE(NSURLRequest) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 49 | #if GS_EXPOSE(NSURLResponse) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1436. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1436. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 72 | #if GS_EXPOSE(NSXMLParser) #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1436. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1436. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1436. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1436. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1436. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1436. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1436. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1436. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1436. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1436. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1436. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1436. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1436. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1436. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1436. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1436. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1436. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1436. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1436. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1436. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1436. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1436. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1436. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1436. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1436. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1436. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1436. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1436. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1436. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1436. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1436. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1436. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1436. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1436. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1436. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1436. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1436. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1436. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1436. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1436. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1436. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1436. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1436. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1436. from nsgui.h:34, #11 1436. from dispextern.h:137, #11 1436. from nsimage.m:33: #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1436. | ^ #11 1436. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1436. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1436. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1437. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1437. | ^~~~~~~~~~~~~~~~~~~~ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1437. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1437. | ^~~~~~~~~~~~~~~~~~~~ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1437. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1437. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1437. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1437. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1437. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1437. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1437. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1437. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1437. | ^ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1437. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1437. | ^ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 125 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 129 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 133 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 214 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 247 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 251 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 259 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 263 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 267 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 271 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 275 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 287 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 311 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 323 | __attribute__((unused)); #11 1437. | ^~~~~~~~~~~~~ #11 1437. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1437. from nsgui.h:34, #11 1437. from dispextern.h:137, #11 1437. from nsimage.m:33: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 493 | PSgsave() #11 1437. | ^~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 499 | PSgrestore() #11 1437. | ^~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 505 | PSinitgraphics() #11 1437. | ^~~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 622 | PSinitmatrix() #11 1437. | ^~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 669 | PSclip() #11 1437. | ^~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 675 | PSclosepath() #11 1437. | ^~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 687 | PSeoclip() #11 1437. | ^~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 693 | PSeofill() #11 1437. | ^~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 699 | PSfill() #11 1437. | ^~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 705 | PSflattenpath() #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 711 | PSinitclip() #11 1437. | ^~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 729 | PSnewpath() #11 1437. | ^~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 765 | PSreversepath() #11 1437. | ^~~~~~~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 783 | PSstroke() #11 1437. | ^~~~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1437. 835 | PSWait() #11 1437. | ^~~~~~ #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1437. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1439. CC nsfont.o #11 1439. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #11 1439. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #11 1440. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #11 1440. from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1440. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #11 1440. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #11 1440. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1440. | ^~~~~~~~~~~~~~~~~~~~ #11 1440. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #11 1440. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #11 1440. | ^~~~~~~~~~~~~~~~~~~~ #11 1440. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #11 1440. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #11 1440. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #11 1440. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1440. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 88 | #if GS_API_VERSION(0,011500) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #11 1440. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1440. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #11 1440. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1440. | ^~~~~~~~~~ #11 1440. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #11 1440. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:37, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #11 1440. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #11 1440. | ^~~~~~~~~~ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #11 1440. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1440. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1440. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #11 1440. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1440. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #11 1440. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #11 1440. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 46 | #if GS_EXPOSE(NSAffineTransform) #11 1440. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #11 1440. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 45 | #if GS_EXPOSE(NSArchiver) #11 1440. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 164 | #if GS_EXPOSE(NSUnarchiver) #11 1440. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:45, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #11 1440. from /usr/include/GNUstep/Foundation/Foundation.h:46, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #11 1440. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1440. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1440. | ^ #11 1440. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1440. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1440. from nsgui.h:34, #11 1440. from dispextern.h:137, #11 1440. from nsfont.m:28: #11 1440. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1440. | ^ #11 1440. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1440. 114 | #if GS_EXPOSE(NSBundle) #11 1440. | ^~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:49, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 43 | #if GS_EXPOSE(NSCache) #11 1441. | ^~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if GS_EXPOSE(NSCalendarDate) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:53, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 113 | #if GS_EXPOSE(NSException) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1441. 303 | NSGetUncaughtExceptionHandler(); #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 53 | #if GS_EXPOSE(NSExpression) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 74 | #if GS_EXPOSE(NSComparisonPredicate) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 47 | #if GS_EXPOSE(NSCompoundPredicate) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 47 | #if GS_EXPOSE(NSTimer) #11 1441. | ^~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #11 1441. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #11 1441. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 46 | #if GS_EXPOSE(NSRunLoop) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:60, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 127 | #if GS_EXPOSE(NSDateFormatter) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #11 1441. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 192 | #if GS_EXPOSE(NSDecimalNumber) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 40 | #if GS_EXPOSE(NSDistantObject) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 41 | #if GS_EXPOSE(NSDistributedLock) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 74 | #if GS_EXPOSE(NSLock) #11 1441. | ^~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 125 | #if GS_EXPOSE(NSCondition) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 175 | #if GS_EXPOSE(NSConditionLock) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 275 | #if GS_EXPOSE(NSRecursiveLock) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #11 1441. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 71 | #if GS_EXPOSE(NSNotificationCenter) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 134 | #if GS_EXPOSE(NSError) #11 1441. | ^~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #11 1441. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 182 | #if GS_EXPOSE(NSURLHandle) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 73 | #if GS_EXPOSE(NSURL) #11 1441. | ^~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #11 1441. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 599 | #if GS_EXPOSE(NSURLQueryItem) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 633 | #if GS_EXPOSE(NSURLComponents) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 160 | #if GS_EXPOSE(NSPipe) #11 1441. | ^~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:80, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 215 | #if GS_EXPOSE(NSFileManager) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 42 | #if GS_EXPOSE(NSHost) #11 1441. | ^~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 68 | #if GS_EXPOSE(NSHTTPCookie) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 47 | #if GS_EXPOSE(NSIndexPath) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 49 | #if GS_EXPOSE(NSIndexSet) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 52 | #if GS_EXPOSE(NSMethodSignature) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 38 | #if GS_EXPOSE(NSInvocation) #11 1441. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1441. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #11 1441. from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1441. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1441. | ^ #11 1441. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #11 1441. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1441. from nsgui.h:34, #11 1441. from dispextern.h:137, #11 1441. from nsfont.m:28: #11 1441. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #11 1441. [output clipped, log limit 2MiB reached] #11 1442. make[3]: Leaving directory '/checkout/src' #11 1442. make[2]: Leaving directory '/checkout' #11 1442. make[1]: Leaving directory '/checkout' #11 1442. make[1]: Entering directory '/checkout' #11 1443. make[1]: Leaving directory '/checkout' #11 1445. /GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 40 | #if GS_EXPOSE(NSMetadataItem) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 66 | #if GS_EXPOSE(NSMetadataQuery) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 112 | #if GS_EXPOSE(NSNotificationQueue) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 361 | #if GS_EXPOSE(NSNetService) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 123 | #if GS_EXPOSE(NSNumberFormatter) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 53 | #if GS_EXPOSE(NSPortCoder) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 77 | #if GS_EXPOSE(NSPort) #11 1445. | ^~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 202 | #if GS_EXPOSE(NSSocketPort) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 284 | #if GS_EXPOSE(NSMessagePort) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 47 | #if GS_EXPOSE(NSPortMessage) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 53 | #if GS_EXPOSE(NSProgress) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 40 | #if GS_EXPOSE(NSProtocolChecker) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 91 | #if GS_EXPOSE(NSRegularExpression) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 42 | #if GS_EXPOSE(NSScanner) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 48 | #if GS_EXPOSE(NSSortDescriptor) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 58 | #if GS_EXPOSE(NSSpellServer) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:154, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 51 | #if GS_EXPOSE(NSTask) #11 1445. | ^~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:156, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 59 | #if GS_EXPOSE(NSThread) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:158, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 87 | #if GS_EXPOSE(NSUndoManager) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 59 | #if GS_EXPOSE(NSCachedURLResponse) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 105 | #if GS_EXPOSE(NSURLCache) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 48 | #if GS_EXPOSE(NSURLConnection) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 56 | #if GS_EXPOSE(NSURLCredential) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 49 | #if GS_EXPOSE(NSURLDownload) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 121 | #if GS_EXPOSE(NSURLProtocol) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 92 | #if GS_EXPOSE(NSURLRequest) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 49 | #if GS_EXPOSE(NSURLResponse) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 217 | #if GS_EXPOSE(NSUserDefaults) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #11 1445. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #11 1445. from /usr/include/GNUstep/Foundation/Foundation.h:184, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if GS_EXPOSE(NSXMLParser) #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:40, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #11 1445. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1445. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1445. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #11 1445. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #11 1445. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #11 1445. from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1445. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1445. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1445. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #11 1445. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1445. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1445. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1445. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1445. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #11 1445. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1445. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #11 1445. from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:49, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #11 1445. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #11 1445. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #11 1445. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #11 1445. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #11 1445. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #11 1445. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #11 1445. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #11 1445. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #11 1445. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #11 1445. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #11 1445. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #11 1445. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #11 1445. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #11 1445. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #11 1445. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #11 1445. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #11 1445. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #11 1445. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:64, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #11 1445. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:65, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #11 1445. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:68, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #11 1445. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #11 1445. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #11 1445. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1445. | ^~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #11 1445. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #11 1445. | ^~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #11 1445. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #11 1445. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #11 1445. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #11 1445. from /usr/include/GNUstep/AppKit/AppKit.h:186, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #11 1445. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #11 1445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #11 1445. | ^ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #11 1445. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #11 1445. | ^ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 125 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 129 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 133 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 214 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 247 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 251 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 259 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 263 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 267 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 271 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 275 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 287 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 311 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 323 | __attribute__((unused)); #11 1445. | ^~~~~~~~~~~~~ #11 1445. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #11 1445. from nsgui.h:34, #11 1445. from dispextern.h:137, #11 1445. from nsfont.m:28: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 493 | PSgsave() #11 1445. | ^~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 499 | PSgrestore() #11 1445. | ^~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 505 | PSinitgraphics() #11 1445. | ^~~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 622 | PSinitmatrix() #11 1445. | ^~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 669 | PSclip() #11 1445. | ^~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 675 | PSclosepath() #11 1445. | ^~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 687 | PSeoclip() #11 1445. | ^~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 693 | PSeofill() #11 1445. | ^~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 699 | PSfill() #11 1445. | ^~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 705 | PSflattenpath() #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 711 | PSinitclip() #11 1445. | ^~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 729 | PSnewpath() #11 1445. | ^~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 765 | PSreversepath() #11 1445. | ^~~~~~~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 783 | PSstroke() #11 1445. | ^~~~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #11 1445. 835 | PSWait() #11 1445. | ^~~~~~ #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #11 1445. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #11 1445. nsfont.m: In function 'nsfont_open': #11 1445. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #11 1445. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #11 1445. | ^~~~~~~~~~~~~~~ #11 1445. In file included from nsfont.m:27: #11 1445. ./globals.h:4723:8: note: declared here #11 1445. 4723 | EXFUN (Ffont_xlfd_name, 3); #11 1445. | ^~~~~~~~~~~~~~~ #11 1445. lisp.h:902:22: note: in definition of macro 'EXFUN' #11 1445. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #11 1445. | ^~~~~~ #11 1445. make[3]: *** [Makefile:457: nsfont.o] Error 1 #11 1445. make[2]: *** [Makefile:554: src] Error 2 #11 1445. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #11 1445. *** #11 1445. *** "make bootstrap" failed with exit status 2. #11 1445. *** #11 1445. *** You could try to: #11 1445. *** - run "make extraclean" and run "make" again (or, equivalently, run #11 1445. *** "make bootstrap configure=default"), to rebuild Emacs with the #11 1445. *** default configuration options, which might fix the problem #11 1445. *** - run "git clean -fdx" and run "make bootstrap" again, which might #11 1445. *** fix the problem if "make bootstrap configure=default" did not #11 1445. *** !BEWARE! "git clean -fdx" deletes all files that are not under #11 1445. *** !BEWARE! version control, which means that all changes to such #11 1445. *** !BEWARE! files will be lost and cannot be restored later #11 1445. *** - run "make V=1", which displays the full commands invoked by make, #11 1445. *** to further investigate the problem #11 1445. *** - report the problem and ask for help by sending an email to #11 1445. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #11 1445. *** message, the platform, and the repository revision displayed by #11 1445. *** "git rev-parse HEAD" #11 1445. *** #11 1445. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #11 1445. make: *** [Makefile:1274: bootstrap] Error 2 #11 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:1696207040:step_script section_start:1696207040: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-862e5eff: No such file or directory section_end:1696207043:after_script section_start:1696207043:cleanup_file_variables Cleaning up project directory and file based variables section_end:1696207046:cleanup_file_variables ERROR: Job failed: exit code 1